Commit caddd409 by BellCodeEditor

save project

parent caced7e1
Showing with 5 additions and 4 deletions
def bian():
def abc():
total = []
while True:
try:
......@@ -10,5 +10,6 @@ def bian():
break
else:
total.append(unit)
print(total)
bian()
\ No newline at end of file
return total
a=abc()
print(a)
\ No newline at end of file
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