Commit 64f4d83a by BellCodeEditor

save project

parent 63e1d841
Showing with 6 additions and 2 deletions
...@@ -10,8 +10,12 @@ def new_input(): ...@@ -10,8 +10,12 @@ def new_input():
except: except:
print("输入错误请重新输入") print("输入错误请重新输入")
total.append(unit) total.append(unit)
print(total) print(""*30)
new_input() return total
resuult=new_input()
print(result)
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