--my second commit
	--i+1 hello world
This commit is contained in:
George 2026-01-23 23:06:20 +05:30
parent cf868eb165
commit 4ed8ab167a
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,3 @@
for i in range(10):
print(i,"hello worl")
print(i,"hello worl")
print(i+1,"hello world")

View File

@ -1 +1,2 @@
my first commit
my first commit
my second commit