learn_git_here/test.py
George 249b142570 feat:
--new branch experimental_psycho
	--Added new.py
	--
2026-01-23 23:22:13 +05:30

7 lines
226 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")
print("i",i,"coconut knife")