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
- leetcode
- 우분투
- Kaggle
- Docker
- Real or Not? NLP with Disaster Tweets
- 백준
- 금융문자분석경진대회
- dacon
- 더현대서울 맛집
- 코로나19
- programmers
- SW Expert Academy
- 프로그래머스
- hackerrank
- 데이콘
- github
- 파이썬
- Baekjoon
- 편스토랑
- 맥북
- 편스토랑 우승상품
- gs25
- 자연어처리
- 프로그래머스 파이썬
- ChatGPT
- Git
- PYTHON
- AI 경진대회
- 캐치카페
Archives
- Today
- Total
목록
반응형
Average Character Python (1)
반응형
솜씨좋은장씨
[BaekJoon] 24608번 : Average Character (Python)
코딩 1일 1문제! 오늘의 문제는 백준의 Average Character 입니다. 24608번: Average Character The single line of input contains a single string $s$ ($1 \le |s| \le 100$), which consists of ASCII text. All of the characters of $s$ will be printable ASCII, between ASCII $32$ (space:' ') and ASCII $126$ (tilde:'~'). It will NOT contain any control cha www.acmicpc.net 🧑🏻💻 문제 풀이 문자를 아스키 코드로 변환하여 주는 ord 함수와 아스키 코드를 문자로 바꾸..
Programming/코딩 1일 1문제
2022. 11. 25. 20:00
반응형