Commit 3b9f28c8 by BellCodeEditor

auto save

parent f8ae16d3
Showing with 5 additions and 2 deletions
......@@ -10,4 +10,7 @@ def totl():
except:
print("你输入的不是整数")
else:
total.append(unit)
\ No newline at end of file
total.append(unit)
return total
a=totl()
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