알고리즘/코드업

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

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

print('%o' %int(input(),16))