Commit 6001afcf by BellCodeEditor

save project

parent a79aeb4f
Showing with 6 additions and 1 deletions
......@@ -5,7 +5,12 @@ def ji():
if a=='q':
break
else:
total.append(a)
try:
a=int(a)
except:
print('重新输入')
else:
total.append(a)
print(total)
ji()
......
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