learn_git_here/test.py
George 32e0680905 feat:
--Added my experimental_branch commit
	--print(i+3,"hello experimental_main")
2026-01-23 23:12:37 +05:30

5 lines
150 B
Python

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