Commit 18cab4b7 by BellCodeEditor

save project

parent 57bdfb11
Showing with 4 additions and 0 deletions
...@@ -2,4 +2,7 @@ try: ...@@ -2,4 +2,7 @@ try:
age=int(input('age')) age=int(input('age'))
except: except:
print('sb') print('sb')
else:
if age<18:
print('no')
print('b') print('b')
\ 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