본문 바로가기
Technic/Python

파이썬에서 16진수 10진수로 변환하기

by 등촌동 꼬북이 2020. 9. 22.
n = int(input(), 16)
print(n)

갓이썬.. 

댓글