one-file-projects/bin2hex.py

5 lines
59 B
Python
Raw Permalink Normal View History

2014-11-04 13:06:32 +01:00
while True:
r = int(input(">"),2)
print("%X" % r)