Commit 78026e7d by BellCodeEditor

auto save

parent 004780fd
Showing with 11 additions and 0 deletions
'''print("a"*3)'''
'''print("a"*3)'''
'''print(10 < 3 or 5 > 2)'''
age = int(input("年龄:"))
if age <4:
print("免费")
elif age < 18:
print("4元")
else:
print("8元")
\ 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