Commit 2b19236b by BellCodeEditor

save project

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