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
- CTF
- cryptography
- xcz.kr
- Web
- 백준
- HackCTF
- 정렬
- N0Named
- Digital Forensics
- php
- SuNiNaTas
- 그리디 알고리즘
- 사칙연산
- 수학
- Python
- 써니나타스
- C
- 문자열
- Text
- Incognito
- Web Hacking
- Database
- misc
- Network
- writeup
- wargame
- Forensics
- 인코그니토
- MySQL
- 구현
Archives
- Today
- Total
보안을 그리다, 훈이
[Baekjoon/Python3] 10939번 BASE32 디코딩 본문
Programming/Python & Data Structures
[Baekjoon/Python3] 10939번 BASE32 디코딩
HooNeee 2020. 12. 6. 18:38[Baekjoon/Python3] 10939번 BASE32 디코딩
import base64
print(base64.b32decode(input()).decode("UTF-8"))
[참고 - base64 모듈]
https://riptutorial.com/ko/python/example/27070/base64-인코딩-및-디코딩
'Programming > Python & Data Structures' 카테고리의 다른 글
[Baekjoon/Python3] 10951번 A + B - 4 (0) | 2020.12.06 |
---|---|
[Baekjoon/Python3] 10950번 A + B - 3 (0) | 2020.12.06 |
[Baekjoon/Python3] 10926번 ??! (0) | 2020.12.06 |
[Baekjoon/Python3] 10886번 0 = not cute / 1 = cute (0) | 2020.12.06 |
[Baekjoon/Python3] 10872번 팩토리얼 (0) | 2020.12.06 |
Comments