Commit 2b19236b by BellCodeEditor

save project

parent f6035750
Showing with 16 additions and 11 deletions
total = []
def new_input(): def new_input():
try: total = []
untit=int(input(23456)) while True:
except: unit=input('1111')
print(12345678) if unit=='q':
else: break
total.append(unit) else:
while True:
new_input() try:
print(total) untit=int(input(23456))
except:
print(12345678)
else:
total.append(unit)
print(total)
......
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