python-CSD-kursu/python-temel/tur.donusturme.2.py
2023-05-24 04:13:32 +03:00

3 lines
34 B
Python

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