first commit

This commit is contained in:
Hizenberg469
2025-03-05 14:15:49 +05:30
commit 799c8c84f7
2 changed files with 25 additions and 0 deletions

3
Basic/hello-world.py Normal file
View File

@@ -0,0 +1,3 @@
var = '12345'
print(var[0:2])