Commit 8b200395 by BellCodeEditor

save project

parent e2279afe
Showing with 5 additions and 4 deletions
...@@ -7,9 +7,9 @@ def a(): ...@@ -7,9 +7,9 @@ def a():
else: else:
try: try:
total.append(unit) total.append(unit)
except: except:
print('要输入整数数字') print('要输入整数数字')
else: else:
total.append(unit) total.append(unit)
return total return total
print(a()) print(a())
\ 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