Dup Ver Goto 📝

Numbers

PT2/lang/python/basic-types does not exist
To
6 lines, 15 words, 104 chars Page 'Numbers' does not exist.

Integers

Parse hex or binary integers e.g. 0x80 or 0b1000:

int("0x80",0)
int("0b1000",0)