Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- csaw
- webhacking.kr문제풀이
- 장고vscode
- jango
- covid19
- 파이썬
- web
- 코로나바이러스19
- 취약점점검
- Django
- 1546
- 모세포
- 코로나바이러스
- 웹해킹
- 파이썬웹
- 정보보호영재원
- csaw 2018
- 리버싱
- djangovscode
- 코로나
- vscode
- AndroidOS
- 해커
- 백준
- 해킹문제
- rev-basic-3
- dreamhack
- 바이러스
- 장고
- 해킹
Archives
- Today
- Total
Kilkat
백준 2941번 python 본문
cro_list = ['c=', 'c-', 'dz=', 'd-', 'lj', 'nj', 's=', 'z=']
a = input()
for i in cro_list:
if i in cro_list:
a = a.replace(i, '0')
print(len(a))
'Programming > python' 카테고리의 다른 글
백준 4344번 python (0) | 2021.03.17 |
---|---|
백준 2741번 python (0) | 2021.03.17 |
백준 2577번 python (0) | 2021.03.17 |
백준 2446번 python (0) | 2021.03.17 |
백준 2523번 python (0) | 2021.03.17 |
Comments