Files
Python-tutorial/Basic/hello-world.py
Hizenberg469 799c8c84f7 first commit
2025-03-05 14:15:49 +05:30

3 lines
30 B
Python

var = '12345'
print(var[0:2])