Commit 454022d9 by BellCodeEditor

save project

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