Commit 57cefb62 by BellCodeEditor

save project

parent 01263252
Showing with 12 additions and 0 deletions
...@@ -1004,6 +1004,16 @@ def new_inpur ...@@ -1004,6 +1004,16 @@ def new_inpur
if unit=='q': if unit=='q':
break break
else: else:
try:
unit=int(unit)
except:
print("")
else:
total.append(unit)
print("-"*30)
print(total)
else:
total.append(unit) total.append(unit)
print(total) print(total)
new_inpur() new_inpur()
...@@ -1017,3 +1027,4 @@ new_inpur() ...@@ -1017,3 +1027,4 @@ new_inpur()
der
\ 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