learn_git_here/test.py
George d4df442097 feat:
--my third commit
	-- print(i+2,"hello world again")
2026-01-23 23:09:21 +05:30

4 lines
109 B
Python

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