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
- Git
- 프로그래머스 파이썬
- 자연어처리
- gs25
- 캐치카페
- 맥북
- 데이콘
- ubuntu
- github
- 코로나19
- 더현대서울 맛집
- Kaggle
- AI 경진대회
- 우분투
- ChatGPT
- leetcode
- 편스토랑
- hackerrank
- 편스토랑 우승상품
- 백준
- 프로그래머스
- SW Expert Academy
- 금융문자분석경진대회
- dacon
- PYTHON
- Baekjoon
- Docker
- programmers
- 파이썬
- Real or Not? NLP with Disaster Tweets
Archives
- Today
- Total
목록
반응형
2023/01/21 (1)
반응형
솜씨좋은장씨
코딩 1일 1문제! 오늘의 문제는 백준의 Words 입니다. 4072번: Words Input will consist of a number of lines, each containing up to 250 characters. Words will be separated by single spaces, i.e. not by tabs, double spaces or other characters. Words may be of any length. Input will be terminated by a line containing a single www.acmicpc.net 👨🏻💻 코드 ( Solution ) def words_func(string): words = [word[::-1] for word in s..
Programming/코딩 1일 1문제
2023. 1. 21. 16:51
반응형