寻找有缘人之编程入门

编程入门随笔
print('-----------寻找有缘人-----------')
age_of_girl=input('你的年龄 :')
age_of_girl=int(age_of_girl)
height=input('你的身高 :')
height=int(height)
sex=input('请输入你的性别(中文) :')
sex=str(sex)
if age_of_girl>=18and age_of_girl<=22and height>170and sex==(''):
    print('啊!我亲爱的女神,请你接受我的爱意')
 else:
     print('======你我根本无缘,请施主自行离去======')
千万不要点开

猜你喜欢

转载自www.cnblogs.com/wujc3/p/11104852.html