if...else while循环

if···else

nian ji=31
if nian ji > 30:
    print('阿姨好')


nian ji=18
if nian ji > 30:
    print('阿姨好')
else:
    print('小姐好')




nian ji=18
shen gao=171
ti zhong=99
is_pretty=True
nian ji >= 18 and nian ji  < 22 and shen gao > 170 and ti zhong < 100 and is_pretty == True:
    print('表白...')else:
    print('阿姨好')




if套if


nianji = 18
shengao = 171
tizhong = 99
is_pretty = True
cuowu = False
if nianji >= 18 and nianji < 22 and shengao > 170 and tizhong < 100 and is_pretty == True:
if cuowu:
print('表白...')
else:
print("去他妈的爱情")
else:
print('阿姨好')




while循环
jiji= 48
tag=True
while tag:
guess = int(input(">>我的鸡儿有多长:"))
if guess > jiji :
print("猜的太长了,往小里试试...")

elif guess < jiji :
print("猜的太小了,往长里试试...")

else:
print("恭喜你,猜对了...")














转载于:https://www.cnblogs.com/yangxinpython/p/11128396.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值