one-file-projects/bin2hex.py
2014-11-04 13:06:32 +01:00

5 lines
59 B
Python

while True:
r = int(input(">"),2)
print("%X" % r)