Commit ae309699 by BellCodeEditor

auto save

parent 18401153
Showing with 12 additions and 4 deletions
try:
def er(): def er():
total = [] total = []
while True: while True:
...@@ -6,8 +6,15 @@ try: ...@@ -6,8 +6,15 @@ try:
if unit== 'q': if unit== 'q':
break break
else: else:
try:
fg=int(unit)
except:
print("NameError")
else:
total.append(unit) total.append(unit)
print(total) finally:
er() print("-"*30)
except: return total
we=er()
print(we)
\ No newline at end of file
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