learn_git_here/test.py
George 8fb5c23de3 feat:
--4 my experimental_branch commit ferrari
2026-01-23 23:35:55 +05:30

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