Compare commits

..

3 Commits

Author SHA1 Message Date
89ef706f97 feat:
--my experimental_branch commit 1
	--print(i+7,"hello experimental_main_1")
2026-01-23 23:14:30 +05:30
32e0680905 feat:
--Added my experimental_branch commit
	--print(i+3,"hello experimental_main")
2026-01-23 23:12:37 +05:30
d4df442097 feat:
--my third commit
	-- print(i+2,"hello world again")
2026-01-23 23:09:21 +05:30
2 changed files with 8 additions and 2 deletions

View File

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

View File

@ -1,2 +1,5 @@
my first commit
my second commit
my second commit
my third commit
my experimental_branch commit
my experimental_branch commit 1