python while迴圈我希望限制他的迴圈次數例如只

2021-06-28 17:07:56 字數 3509 閱讀 4249

1樓:

import random

secret = random.randint(1,20)count = 1

print('---自己測試---')

temp = input('guess the number:')guess = int(temp)

while guess != secret or count > 3:

if guess > secret:

print('too big')

else:

print('too small')

temp = input('try again:')guess = int(temp)

count += 1

if guess == secret:

print('bingo')

print('game over')

2樓:匿名使用者

print('歡迎來到遊戲')

import random

secret = random.randint(1,20)i = 1

temp = input('不妨猜猜我手裡的數字:')guess = int(temp)

while guess !=secret and i < 3:

temp = input('猜錯了請重新輸入吧:')guess = int(temp)

if guess == secret:

print('你是我的小寶貝')

else:

if guess > secret:

print('大樂大樂')

else :

print('小了小了')

i=i+1

print('遊戲結束')

3樓:匿名使用者

直接用for

for 一個變數名 in range(想迴圈的次數):**

4樓:會來的寂寞

n=1while n<4:

s = input('請輸入數字')

h = int(s)

if h== 66:

print('恭喜你回答爭取')

else:

print('you are a stupid')n=n+1

else:

print('defit')

給你個參考把,我這個是進行猜測三次,三次後就會跳出迴圈

5樓:匿名使用者

加個變數統計下次數,然後while條件語句里加個條件判斷不就可以了

6樓:

import random

temp = input('please enter the number you guess: ')

guess = int(temp)

answer = random.randint(1,10)

count = 1

if guess != answer:

while (guess != answer) and (count <= 2):

if guess < answer:

print('you should guess bigger than that')

else:

print('you should guess smaller than that')

temp = input('so please re-enter your number: ')

guess = int(temp)

count += 1

print('sorry game is over')

else:

print('you are ****ing clever')

7樓:烤餅餅哥哥

ps:python對於縮排要求很嚴格,要重點注意!

python ,中 while 怎麼增加迴圈的次數 ,比如下方圖。 只能輸入三次,該怎麼改?求助 python 大神解決。

8樓:匿名使用者

i =1

temp = input("不妨猜下我現在心裡想哪個數字:")guess = int(temp)

while guess !=8 and i<3:

if guess == 8:

print("你猜對了")

print("猜中了也沒有獎勵")

else:

if guess > 8:

print("大了大了")

else:

print("小了小了")

temp = input("重新猜下吧:")guess = int(temp)

i=i+1

print("遊戲結束")

9樓:匿名使用者

temp = input("不妨猜一下小甲魚心裡想的是哪個數字:")guess = int(temp)

if guess == secret:

print("我草,你是小甲魚心裡的蛔蟲嗎?")print("哼,猜中了也沒有獎勵!")

else:

if guess > secret:

print("哥,大了大了!")

else:

print("嘿,小了小了!")

i=2while guess != secret and i>0:

i =i-1

temp = input("哎呀,猜錯啦!請重新輸入吧:")guess = int(temp)

if guess == secret:

print("我草,你是小甲魚心裡的蛔蟲嗎?")print("哼,猜中了也沒有獎勵!")

else:

if guess > secret:

print("哥,大了大了!")

else:

print("嘿,小了小了!")

print("遊戲結束,不玩啦")

10樓:李文豪

temp = input("猜數字")

guess = int(temp)

if guess == 8:

print ("對了")

else:

if guess > 8:

print("大了")

else:

print("小了")

i = 3

while guess != 8 and i>0:

i = i-1

temp = input("猜數字")

guess = int(temp)

if guess == 8:

print ("對了")

else:

if guess > 8:

print("大了")

else:

print("小了")

print("結束")

11樓:黃昏初見

這個可以無限迴圈吧,只要不輸入8

我兒子叫都晨希這個名字能行嗎,男孩起晨希這個名字怎麼樣

不錯,無論是男孩子還是女孩子我都覺得不錯,每天的早晨看到希望。好名字。可以。不過個人認為雖然好,可是重名的也不少。女兒叫這名字還差不多 男孩起晨希這個名字怎麼樣 聽起來很不錯,有文學範。但是比較容易被認為成女孩子的名字。或許可以把 晨 換成 辰 請問樓主,這個孩子姓晨是嗎?如果姓晨的話,晨希這個名字...

希特勒為什麼會敗 我要做能扭轉乾坤的希特勒

希特勒實際在進攻蘇聯那一刻開始就註定要失敗。當時的德國雖然表面上軍隊很強大,但是沒有強大的資源保證,因為一戰戰敗,德國已經失去了所有的海外殖民地。當時德國的實力,法國因為戰略老舊,被拿下是法國的問題。如果德國拿下法國後停手,並且改為使用政治手段扶持維希法國。是有可能在列強之間周旋的。但只要希特勒的野...

我兒子天天在家不幹活我心裡希煩咋辦

你覺不覺的你每天在意煩惱的事情好多?你有沒有想過,把自己靜下來,把一切看的無所謂?你在生氣,在煩惱,說明你沒有足夠的信心!你看那些成功人士,有幾人一上來就成功的!天將大任與斯人也,必先苦其心志,勞其筋骨,餓其體膚。社會很黑暗,很殘酷,也很現實!你不能改變社會,那麼你只能適應社會!生活本無趣,在於自己...