Commit 366facbd by BellCodeEditor

save project

parent dbed6bda
Showing with 5 additions and 3 deletions
...@@ -7,10 +7,12 @@ def poo(): ...@@ -7,10 +7,12 @@ 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 finally:
print('=========================================================================================================================================================')
return tota
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