learn_git_here/test.py
George 89ef706f97 feat:
--my experimental_branch commit 1
	--print(i+7,"hello experimental_main_1")
2026-01-23 23:14:30 +05:30

6 lines
193 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")
print(i+7,"hello experimental_main_1")