Compare commits
No commits in common. "experimental_branch" and "main" have entirely different histories.
experiment
...
main
5
test.py
5
test.py
@ -1,6 +1,3 @@
|
|||||||
for i in range(10):
|
for i in range(10):
|
||||||
print(i,"hello worl")
|
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")
|
|
||||||
Loading…
Reference in New Issue
Block a user