feat:
--Added my experimental_branch commit --print(i+3,"hello experimental_main")
This commit is contained in:
parent
d4df442097
commit
32e0680905
1
test.py
1
test.py
@ -2,3 +2,4 @@ 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+2,"hello world again")
|
||||||
|
print(i+3,"hello experimental_main")
|
||||||
Loading…
Reference in New Issue
Block a user