Commit 082139f6 by BellCodeEditor

save project

parent 33d83319
Showing with 6 additions and 5 deletions
total = []
def sss():
try:
while True:
unit= input("请输入:")
while True:
int(unit)
if unit== 'q':
break
while True:
else:
total.append(unit)
try:
int(unit)
except:
print("错误")
except:
print("qingshuruzhengshu")
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