Commit 07d189ee by BellCodeEditor

save project

parent f762b422
Showing with 8 additions and 1 deletions
...@@ -5,7 +5,14 @@ def nn(): ...@@ -5,7 +5,14 @@ def nn():
if u== 'q': if u== 'q':
break break
else: else:
total.append(unit) try:
u=int(u)
except:
print('重输')
else:
total.append(u)
finally
print('**************************************')
print(total) print(total)
def sun(u): def sun(u):
cou=0 cou=0
......
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