Commit 26aab815 by BellCodeEditor

save project

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