Puzzle/Exercise

Integer to Binary Conversion [Python]

More Code 2019. 4. 19. 04:30


# Python 3

print(bin(int(input())))