Commit 6c1e0f91 by BellCodeEditor

auto save

parent 277e318f
Showing with 1 additions and 9 deletions
try:
a=int(input())
print(a)
except:
print('错误')
else:
if a<18:
print('ssss')
......@@ -7,4 +7,4 @@ def dee():
else:
total.append(unit)
print(total)
dee()
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