CodeUp 1035-16진수로 입력된 정수 1개를 8진수로 바꾸어 출력해보자.

resilient

·

2020. 6. 15. 17:07

728x90
반응형

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

반응형