Commit 454022d9 by BellCodeEditor

save project

parent 69d9ecc3
Showing with 4 additions and 3 deletions
......@@ -9,6 +9,7 @@ def new_input():
total.append(int(unit))
except:
print("输入数字")
print(total)
return total
new_input()
\ No newline at end of file
a=new_input()
print(a)
\ 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