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
- SW Expert Academy
- ChatGPT
- programmers
- 백준
- 코로나19
- 프로그래머스 파이썬
- 프로그래머스
- 데이콘
- 파이썬
- AI 경진대회
- Docker
- PYTHON
- 금융문자분석경진대회
- 편스토랑
- dacon
- 자연어처리
- Real or Not? NLP with Disaster Tweets
- gs25
- Kaggle
- Baekjoon
- leetcode
- Git
- ubuntu
- 편스토랑 우승상품
- 맥북
- hackerrank
- 더현대서울 맛집
- github
- 캐치카페
- 우분투
Archives
- Today
- Total
목록
반응형
백준 26574 파이썬 (1)
반응형
솜씨좋은장씨
[BaekJoon] 26574번 : Copier (Python)
코딩 1일 1문제! 오늘의 문제는 백준의 Copier 입니다. 26574번: Copier Your copier broke down last week, and you need to copy a list of numbers for a class project due tomorrow! Luckily, you can use your computer to copy the numbers for you. Given a list of numbers, each on their own line, print out the number, a space, and t www.acmicpc.net 👨🏻💻 코드 ( Solution ) def copier(number_list): for number in number_list: pr..
Programming/코딩 1일 1문제
2022. 12. 27. 12:17
반응형