반응형

[파이썬] 코드업 기초100제 1020번

# -*- Encoding:UTF-8 -*- #

a = input()
b = format(int(a), 'o')
print(b)
반응형

+ Recent posts