亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術(shù)文章
文章詳情頁

Python制作簡單的剪刀石頭布游戲

瀏覽:11日期:2022-07-02 15:38:49
關(guān)于程序相關(guān)的 您可以反復(fù)玩游戲,直到選擇停止為止。 該程序跟蹤獲勝情況。 大小寫無關(guān)緊要(即ROCK與Rock相同)。 如果您輸入的內(nèi)容無效,程序會一直提示您,直到您輸入有效的內(nèi)容。對項目進(jìn)行編碼的步驟: 創(chuàng)建一個簡單的單輪游戲版本,我們不執(zhí)行正確的輸入。 如果輸入了無效的內(nèi)容,則添加while循環(huán)可重新提示用戶輸入選擇。 使用while循環(huán)讓用戶反復(fù)播放,并使用變量來跟蹤得分。程序代碼

import randominput('Welcome to Rock, Paper, Scissors! Press Enter to start.')print()user_wins = 0computer_wins = 0choices = ['rock', 'paper', 'scissors']while True: random_index = random.randint(0,2) cpu_choice = choices[random_index] user_choice = input('Rock, Paper, or Scissors? ').lower() while user_choice not in choices: user_choice = input('That is not a valid choice. Please try again: ').lower() print() print('Your choice:', user_choice) print('Computer’s choice:', cpu_choice) print() if user_choice == ’rock’: if cpu_choice == ’rock’: print('It’s a tie!') elif cpu_choice == ’scissors’: print('You win!') user_wins+=1 elif cpu_choice == ’paper’: print('You lose!') computer_wins+=1 elif user_choice == ’paper’: if cpu_choice == ’paper’: print('It’s a tie!') elif cpu_choice == ’rock’: print('You win!') user_wins+=1 elif cpu_choice == ’scissors’: print('You lose!') computer_wins+=1 elif user_choice == ’scissors’: if cpu_choice == ’scissors’: print('It’s a tie!') elif cpu_choice == ’paper’: print('You win!') user_wins+=1 elif cpu_choice == ’rock’: print('You lose!') computer_wins+=1 print() print('You have '+str(user_wins)+' wins') print('The computer has '+str(computer_wins)+' wins') print() repeat = input('Play again? (Y/N) ').lower() while repeat not in [’y’, ’n’]: repeat = input('That is not a valid choice. Please try again: ').lower() if repeat == ’n’: break print('n----------------------------n')運行效果:

Python制作簡單的剪刀石頭布游戲

以上就是Python制作簡單的剪刀石頭布游戲的詳細(xì)內(nèi)容,更多關(guān)于Python 剪刀石頭布游戲的資料請關(guān)注好吧啦網(wǎng)其它相關(guān)文章!

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 男女啪啪免费体验区 | 麻豆国产精品 | 国产精品免费看久久久香蕉 | 午夜激情福利视频 | 久久久久国产午夜 | 亚洲精品日韩精品一区 | 女人被狂躁视频免费网站 | 日本成熟老妇乱 | 国产大量情侣高清视频 | 亚洲欧美片 | 日韩 综合 | 二区三区不卡不卡视频 | 看黄色一级毛片 | 青青操青青操 | 免费a级黄毛片 | 中文字幕日本一区久久 | 美国免费毛片性视频 | 亚洲欧美日产综合一区二区三区 | 日韩欧美a级高清毛片 | 爱干tv| 2017天天天天做夜夜夜做 | 美女xx网站 | 久久久久国产一级毛片高清板 | 黄片毛片在线观看 | 国产福利一区二区 | 999国产精品视频 | 国产精品推荐 | 青青青国产色视频在线观看 | 精品视频在线免费看 | 网站在线你懂的 | chinese国产hdsex水滴 | 国产不卡在线播放 | 欧美成人看片黄a免费看 | 国内小情侣一二三区在线视频 | 亚洲不卡在线 | 色在线免费视频 | 国产精品第1页在线观看 | 日本二区免费一片黄2019 | 亚洲一区二区三区亚瑟 | 国产福利精品视频 | 黄色免费在线网站 |