python作业四的一种解法
temp=input("a number")guess=int(temp)
i=0
while i<3:
if guess==8:
print("right")
break
elif guess>8:
print("big")
temp=input("another chacne")
guess=int(temp)
elif guess<8:
print("small")
temp=input("another number")
guess=int(temp)
i=i+1
print("over")
使用break函数让其自动退出 支持一下虾哦 一起加油喔
後面的習題越來越有趣喔 这样,就只有三次机会来猜哦{:5_91:} 棒棒哒{:7_146:}
页:
[1]