2 lines
43 B
Python
2 lines
43 B
Python
|
|
i = int('1a',16) # returns the integer 26
|
|
|
i = int('1a',16) # returns the integer 26
|