feat:
--Added my experimental_branch commit --print(i+3,"hello experimental_main")
This commit is contained in:
parent
d4df442097
commit
32e0680905
3
test.py
3
test.py
@ -1,4 +1,5 @@
|
||||
for i in range(10):
|
||||
print(i,"hello worl")
|
||||
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