Commit fbc96e2c by BellCodeEditor

auto save

parent e152a70d
Showing with 3 additions and 3 deletions
...@@ -11,6 +11,6 @@ def bigWhite(): ...@@ -11,6 +11,6 @@ def bigWhite():
print("要输入整数啊!") print("要输入整数啊!")
else: else:
total.append(unit) total.append(unit)
print(total) return total
bigWhite() print(bigWhite())
\ No newline at end of file \ 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