Commit 26aab815 by BellCodeEditor

save project

parent a6181c21
Showing with 5 additions and 5 deletions
......@@ -10,8 +10,8 @@ def new_input():
except:
print("请输入数字")
else:
total.append(nit)
return unuit
total.append(unit)
print(total)
new_input()
print(unit)
\ No newline at end of file
return total
b = new_input()
print(b)
\ No newline at end of file
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