Commit 9a7288da by BellCodeEditor

auto save

parent 46c3ecaa
Showing with 13 additions and 0 deletions
# 创建一个变量:请问您叫什么名字?input()
name=input("请问您叫什么名字?")
# sex=input("请问什么性别是?")
# if sex=="男":
# print("欢迎光临"+name+"先生")
# else:
# print("欢迎光临"+name+"女士")
age=input("请问您今年几岁")
if int(age)>=12:
print("那你是中小学生")
else:
prin("那你是小学生")
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