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
- github
- 프로그래머스
- ChatGPT
- Git
- Real or Not? NLP with Disaster Tweets
- 프로그래머스 파이썬
- ubuntu
- leetcode
- dacon
- SW Expert Academy
- Docker
- 캐치카페
- AI 경진대회
- hackerrank
- 파이썬
- Baekjoon
- 코로나19
- 우분투
- 편스토랑
- programmers
- 금융문자분석경진대회
- 편스토랑 우승상품
- 데이콘
- 백준
- Kaggle
- PYTHON
- 더현대서울 맛집
- 맥북
- 자연어처리
- gs25
Archives
- Today
- Total
목록
반응형
2022/12/24 (1)
반응형
솜씨좋은장씨
[BaekJoon] 26545번 : Reverse (Python)
코딩 1일 1문제! 오늘의 문제는 백준의 Reverse 입니다. 26546번: Reverse The first line will contain a single integer n that indicates the number of data sets that follow. Each data set will be one line with a string and two integers i and j, separated by spaces. The first int, i, is the start index of the substring to be taken www.acmicpc.net 👨🏻💻 코드 ( Solution ) def reverse(string, start_idx, end_idx): return "".j..
Programming/코딩 1일 1문제
2022. 12. 24. 12:24
반응형