Compare commits
No commits in common. "experimental_psycho" and "main" have entirely different histories.
experiment
...
main
3
new.py
3
new.py
@ -1,3 +0,0 @@
|
|||||||
for i in range(10):
|
|
||||||
print(i,"new changes")
|
|
||||||
#https://cgit.cezentech.com/george/learn_git_here.git#
|
|
||||||
6
test.py
6
test.py
@ -1,7 +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("coconuts")
|
|
||||||
print("i",i,"coconut knife")
|
|
||||||
Loading…
Reference in New Issue
Block a user