Commit 4dd15731 by BellCodeEditor

save project

parent f60d9a63
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ def md(): ...@@ -6,7 +6,7 @@ def md():
if unit== 'q': if unit== 'q':
break break
else: else:
total.append(int(unit)) total.append(int(unit))
except: except:
input("请输入:") input("请输入:")
print(total) print(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