python-CSD-kursu/python-temel/tur.donusturme.py
2023-05-24 04:11:55 +03:00

4 lines
30 B
Python

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