Commit 79ecc746 by BellCodeEditor

save project

parent b98ae933
Showing with 4 additions and 2 deletions
...@@ -7,4 +7,6 @@ def SB(): ...@@ -7,4 +7,6 @@ def SB():
total.append(int(unit)) total.append(int(unit))
else: else:
print("你输入的不是整数,请重新输入。") print("你输入的不是整数,请重新输入。")
print(total) print(total)
\ No newline at end of file return unit
print(unit)
\ 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