SyntaxFix
Write A Post
Hire A Developer
Questions
For the record to go back and forth in basic python3:
a = 10 bin(a) # '0b1010' int(bin(a), 2) # 10 eval(bin(a)) # 10