Commit c6e3717a by BellCodeEditor

auto save

parent 1c92e716
Showing with 2 additions and 2 deletions
...@@ -7,10 +7,10 @@ def poo(): ...@@ -7,10 +7,10 @@ def poo():
else: else:
try: try:
unit=int(unit) unit=int(unit)
except except:
print('重输') print('重输')
else: else:
total.append(unit) total.append(unit)
return total return total
rrtty=poo() rrtty=poo()
poo() print(rrtty)
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