Commit e6fc6146 by BellCodeEditor

save project

parent dd40e9a7
Showing with 6 additions and 2 deletions
...@@ -5,5 +5,10 @@ while True: ...@@ -5,5 +5,10 @@ while True:
break break
else: else:
total.append(unit) total.append(unit)
a=1
b=2
print(total) print(total)
def func def func(a,b)
\ No newline at end of file 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