Commit e720d673 by BellCodeEditor

save project

parent 8cd868d6
Showing with 5 additions and 2 deletions
......@@ -11,5 +11,8 @@ def new_input():
print("需要输入整数哦")
else:
total.append(unit)
print(total)
new_input()
return total
p=new_input()
print(p[0])
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