Commit 3eb8abe6 by BellCodeEditor

save project

parent 3c30ce89
Showing with 4 additions and 4 deletions
......@@ -10,8 +10,8 @@ def new_input():
except:
print("输数字")
else:
total.append(unit)
total.append(unit)
return total
print(total)
new_input()
result = 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