国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁技術文章
文章詳情頁

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

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

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制作簡單的剪刀石頭布游戲的詳細內容,更多關于Python 剪刀石頭布游戲的資料請關注好吧啦網其它相關文章!

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 成人毛片免费播放 | 最近手机中文在线视频 | 白浆在线视频 | 久草视频在线看 | 亚洲成人毛片 | 草草影院欧美三级日本 | 久久亚洲国产午夜精品理论片 | 亚洲精品国产啊女成拍色拍 | 岛国搬运工最新网地址 | 五月天激激婷婷大综合蜜芽 | 男女男精品视频网站 | 色伦网| 国产精品视频久久久久久 | 日本不卡免费高清视频 | 国产午夜精品久久理论片小说 | 欧美视频亚洲视频 | 欧美精品午夜毛片免费看 | 996久久国产精品线观看 | 国产乱子伦视频大全 | 一级毛片无毒不卡直接观看 | 欧洲一级大片 | 亚洲区精选网址 | 黄色作爱视频 | 亚洲欧美日韩中文字幕在线一 | 午夜性刺激免费视频 | 亚洲高清在线观看 | 久久精品成人欧美大片免费 | 久久有这有精品在线观看 | 精品国产一区二区三区四区不 | 日本红怡院亚洲红怡院最新 | 九九香蕉 | 最新国产美女肝交视频播放 | 久久久亚洲国产精品主播 | 手机看片精品国产福利盒子 | 欧美日韩久久 | 亚洲成人第一页 | 国产精品成aⅴ人片在线观看 | 精品国产成人a在线观看 | 一色屋成人免费精品网站 | 国产高清美女一级a毛片久久 | 日韩精品一区二区三区 在线观看 |