Commit 8564e6bb by BellCodeEditor

save project

parent b7c601cb
Showing with 5 additions and 3 deletions
...@@ -15,8 +15,10 @@ def new_input(): ...@@ -15,8 +15,10 @@ def new_input():
input('重新输入') input('重新输入')
else: else:
total.append(unit) total.append(unit)
print(total)
print(total) return(total)
new_input() r=new_input()
k=r[0]
print(k)
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