Commit 15ad585c by BellCodeEditor

save project

parent 4957f939
Showing with 5 additions and 5 deletions
......@@ -8,9 +8,9 @@ def new_input():
try:
unit= int(unit)
except:
print(要输入整数)
print("要输入整数")
else:
total.append(unit)
return total
c=new_input()
print(c)
\ No newline at end of file
return total
result=new_input()
print(result)
\ 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