Commit 64f4d83a by BellCodeEditor

save project

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