Commit e6fc6146 by BellCodeEditor

save project

parent dd40e9a7
Showing with 6 additions and 2 deletions
......@@ -5,5 +5,10 @@ while True:
break
else:
total.append(unit)
a=1
b=2
print(total)
def func
\ No newline at end of file
def func(a,b)
c=a=b
print("c")
return c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment