Commit 55193b40 by BellCodeEditor

auto save

parent 73306233
Showing with 8 additions and 5 deletions
...@@ -6,13 +6,16 @@ while True: ...@@ -6,13 +6,16 @@ while True:
else: else:
total.append(unit) total.append(unit)
print(total) print(total)
#prit(new_input()) #prit(new_input
eise:
try: try:
unit = int(unit) unit = int(unit)
Except Except:
total.append(unit)
print("sb"*30)
return total
rew=new_input()
print(rew)
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