알고리즘/코드업

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

태풍사랑 2021. 7. 14. 17:12

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