Commit d705d3cd by BellCodeEditor

save project

parent 63e598e8
Showing with 6 additions and 1 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)
total.append(b) except:
print('2b')
else:
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