Commit d705d3cd by BellCodeEditor

save project

parent 63e598e8
Showing with 5 additions and 0 deletions
...@@ -7,6 +7,10 @@ def new_iuput(): ...@@ -7,6 +7,10 @@ def new_iuput():
else: else:
try: try:
a=int(b) a=int(b)
except:
print('2b')
else:
total.append(b) total.append(b)
print('*****888****************************************************8*******')
print(total) print(total)
new_iuput() new_iuput()
\ 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