Commit 879819aa by BellCodeEditor

save project

parent d005dcd8
Showing with 6 additions and 3 deletions
......@@ -11,5 +11,8 @@ def pop():
print("输一个数字")
else:
total.append(unit)
print(total)
pop()
\ No newline at end of file
finally:
print("_"*30)
return total
p1=pop()
print(p1)
\ 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