色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

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

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

瀏覽:13日期: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 編程
相關文章:
主站蜘蛛池模板: 亚洲制服丝袜美腿亚洲一区 | 视频二区好吊色永久视频 | 欧美一级特黄aaaaaa在线看首页 | 国产成人综合亚洲一区 | 亚洲美女视频一区二区三区 | 一级毛片一级毛片一级毛片 | 久久久午夜精品理论片 | 午夜性生活视频 | 亚洲国产欧美在线人成 | 国产永久在线观看 | 久久精品国产欧美日韩99热 | 亚洲 欧美 都市 自拍 在线 | 日本毛片在线看 | 久久r视频 | 久久免费视频精品 | jyzzjyzzjyzz日本在线观看 | 欧美日韩亚洲成色二本道三区 | 国产欧美日韩在线观看一区二区三区 | 男女扒开双腿猛进入爽爽视频 | 日韩黄色一级毛片 | 日本一本黄 | 草草草在线 | 亚洲天堂爱爱 | 欧美性妇 | 精品国产亚洲人成在线 | 亚洲大片 | 日本三级香港三级少妇 | 成人区精品一区二区毛片不卡 | 欧美日韩亚洲综合久久久 | 欧美毛片在线 | 欧美性色生活片免费播放 | 国产日韩欧美一区二区 | 久久久久国产午夜 | 免费看一级毛片欧美 | 欧美亚洲一区二区三区在线 | 99久久免费观看 | 国产三级网站 | 久久视频这里只精品3国产 久久视频这里只有精品 | 欧美成年黄网站色视频 | 国产精品欧美亚洲日本综合 | 亚洲国产二区三区 |