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
- 자연어처리
- 데이콘
- 백준
- 프로그래머스
- 우분투
- PYTHON
- Kaggle
- 코로나19
- 금융문자분석경진대회
- leetcode
- hackerrank
- Baekjoon
- 프로그래머스 파이썬
- github
- SW Expert Academy
- 파이썬
- ubuntu
- 더현대서울 맛집
- gs25
- 편스토랑
- 맥북
- 편스토랑 우승상품
- Real or Not? NLP with Disaster Tweets
- ChatGPT
- 캐치카페
- Git
- AI 경진대회
- dacon
- programmers
- Docker
Archives
- Today
- Total
목록
반응형
BaekJoon 26587 Reverse 파이썬 (1)
반응형
솜씨좋은장씨
[BaekJoon] 26587번 : Reverse (Python)
코딩 1일 1문제! 오늘의 문제는 백준의 Reverse 입니다. 26587번: Reverse At a contest you have been asked to write a program that reads in a line of text and reverses the order of all words that begin with vowels. Words that begin with consonants will keep their position in the line of text. You are not sure why you would ever www.acmicpc.net 👨🏻💻 코드 ( Solution ) def reverse(string): vowels = ['a', 'e', 'i', 'o', 'u..
Programming/코딩 1일 1문제
2023. 1. 10. 13:15
반응형