[Python] base64 인코딩 디코딩
파이썬은 기본적으로 base64를 지원한다. 간단한게 올림.
#base64 decoding
#base64 encoding
#dev
#Python
#파이썬
파이썬은 기본적으로 base64를 지원한다. 간단한게 올림.