본문 바로가기
알고리즘/코드업

[CodeUp]6027 : [기초-출력변환] 10진 정수 입력받아 16진수로 출력하기1(설명)(py)

by 태풍사랑 2021. 7. 14.

print('%x' %int(input()))

댓글