learn_git_here/test.py
George 4ed8ab167a faet:
--my second commit
	--i+1 hello world
2026-01-23 23:06:20 +05:30

3 lines
74 B
Python

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