Commit ecb8c960 by BellCodeEditor

save project

parent f11c0ff1
Showing with 4 additions and 1 deletions
total = []
def shu(): def shu():
total = []
while True: while True:
unit= input("请输入:") unit= input("请输入:")
...@@ -17,4 +18,6 @@ def shu(): ...@@ -17,4 +18,6 @@ def shu():
total.append(shu) total.append(shu)
print(total) print(total)
return
shu() shu()
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