发布时间:2019-06-22 23:47:03编辑:auto阅读(2314)
def guessnum():
guess,count=0,1
rand=random.randint(1,101)
print ('you just have five time')
guess=int(input('please enter your guess num:'))
while True:
if guess > rand:
print('too large')
elif guess < rand:
print('too small')
elif guess == rand:
print ('you are so lucky ')
break
count=count+1
print ('you just have '+str(5-count+1)+' times')
guess=int(input('please enter your num again:'))
if count == 5:
print ('sorry,your are lose,the secret num is '+str(rand))
break
上一篇: python学习--random和列表
下一篇: Python Tkinter学习之计算器
51733
51402
41822
38594
33087
30083
28752
23750
23664
22030
57°
2256°
2948°
2460°
2402°
2997°
2415°
3213°
5298°
5121°