Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- leetcode
- dacon
- ubuntu
- programmers
- gs25
- Baekjoon
- PYTHON
- Docker
- 금융문자분석경진대회
- 편스토랑 우승상품
- 백준
- 더현대서울 맛집
- github
- Git
- 편스토랑
- 프로그래머스
- 코로나19
- ChatGPT
- Real or Not? NLP with Disaster Tweets
- 우분투
- 프로그래머스 파이썬
- SW Expert Academy
- AI 경진대회
- 파이썬
- hackerrank
- 자연어처리
- 캐치카페
- 데이콘
- 맥북
- Kaggle
Archives
- Today
- Total
목록
반응형
2022/12/21 (1)
반응형
솜씨좋은장씨
[BaekJoon] 26545번 : Mathematics (Python)
코딩 1일 1문제! 오늘의 문제는 백준의 Mathematics 입니다. 26545번: Mathematics A mathematician has stolen your calculator! Luckily, you know how to code and can write a program that adds together numbers. Write a program that adds together a list of integers. www.acmicpc.net 👨🏻💻 코드 ( Solution ) def mathematics(number_list): return sum(number_list) if __name__ == "__main__": number_list = [] for _ in range(int(inp..
Programming/코딩 1일 1문제
2022. 12. 21. 12:21
반응형