1 later thought
More binary/string/decimal operations:
"{0:032b}".format(my_int)
Converts an int into a string of zeroes and ones (32 for 32-bit number).
int(my_string, 2)
Converts a string of zeros and ones into an integer
2 earlier thoughts
Keyboard navigation
?
c
g
j
←
k
→
p
s
ctrl + enter
alt + enter
esc