age
= 120
if age
>= 0 and age
<= 120:
print("年龄正确")
else:
print("年龄步正确")
python_score
= 80
c_score
=75
if python_score
> 60 or c_score
> 60 :
print("考试通过")
else:
print("考试失败,继续努力")
is_employee
= True
if not is_employee
:
print("本公司人员,请勿入内")
转载请注明原文地址: https://mac.8miu.com/read-487519.html