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
- 프로그래머스
- ubuntu
- Real or Not? NLP with Disaster Tweets
- gs25
- 파이썬
- Docker
- 맥북
- 백준
- 코로나19
- PYTHON
- dacon
- hackerrank
- github
- Git
- SW Expert Academy
- 자연어처리
- 데이콘
- 편스토랑
- ChatGPT
- programmers
- leetcode
- 우분투
- AI 경진대회
- 프로그래머스 파이썬
- 더현대서울 맛집
- 캐치카페
- 금융문자분석경진대회
- Kaggle
- Baekjoon
- 편스토랑 우승상품
Archives
- Today
- Total
목록
반응형
26545 파이썬 (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
반응형