☰
Dup
Goto
📝
Numbers
PT2
/
lang
/
python
/
basic-types
06-24 01:12:22
To
Pop
6 lines, 15 words, 104 chars
Monday 2024-06-24 01:12:22
Integers
Parse hex or binary integers e.g.
0x80
or
0b1000
:
int("0x80",0) int("0b1000",0)