Commit 082139f6 by BellCodeEditor

save project

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