num=30
b=bin(num)
o=oct(num)
h=hex(num)

print(b)
print(o)
print(h) #진법 바꾸기. 출력 형태 주의

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: