Commit f259b5e6 by BellCodeEditor

auto save

parent 55560376
Showing with 16 additions and 24 deletions
def new_input(): new_iuput()
total =[] def new_iuput():
while True: zong=0
unit=input("请;") while True:
if unit=='q': unti=input("请输入")
break if unti=="q":
break
try:
unti = int(unti)
except:
print("输入")
else: else:
try: zong = zong+unti
tuni = int(unit) return zong
except: a = new_iuput()
print("还是") print(a)
else:
zong=zong+
......
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