一、流程控制---if
1.if条件判断
age=18
hight=1.70
sex="female"
is_beautiful=True
if sex=="female" and age>16and age<20 and is_beautiful \
and hight>1.60 and hight<1.75:
print("表白。。。。")
age=18
hight一、流程控制---if
1.if条件判断
age=18
hight=1.70
sex="female"
is_beautiful=True
if sex=="female" and age>16and age<20 and is_beautiful \
and hight>1.60 and hight<1.75:
print("表白。。。。")
age=18
hight