python-CSD-kursu/python-temel/tur.donusturme.2.py

4 lines
34 B
Python

s = '123'
i = int(s, 16)
print(i)