Commit 8640a951 by BellCodeEditor

auto save

parent 24444a8a
Showing with 6 additions and 0 deletions
......@@ -4,5 +4,11 @@ while True:
if unit== 'q':
break
else:
try
unit=intunit
except
print(“请数字”)
else
total.append(unit)
print total
return total
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