色综合图-色综合图片-色综合图片二区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 編程
相關文章:
主站蜘蛛池模板: 欧美另类交视频 | 亚洲国产精品综合久久一线 | 91成人爽a毛片一区二区 | 欧美理论大片清免费观看 | 特级片在线观看 | 毛色毛片免费看 | 黄色美女在线观看 | 日本道综合一本久久久88 | 91大神在线精品视频一区 | 国产精品久久久精品视频 | 天堂在线亚洲 | 欧美中文字幕一区二区三区 | 黄色网址在线免费看 | 免费高清不卡毛片在线看 | 欧美一级毛片兔费播放 | 夜色邦合成福利网站 | 毛片免费观看日本中文 | 欧美另类交视频 | 在线观看国产一区二区三区99 | 色综合视频一区二区观看 | 免费视频精品一区二区三区 | 欧美高清日本三级人妇 | 激情丝袜美女视频二区 | 久久国产片| tom影院亚洲国产日本一区 | 特级淫片国产免费高清视频 | 精品久久久久久久高清 | 精品视频一区二区三区 | 国产免费播放一区二区 | 国产精品观看 | 毛片免费观看久久欧美 | 黄色三级免费 | 久草3| 一级女性生活片 | 国产伦精品一区二区三区无广告 | 久久精品a亚洲国产v高清不卡 | 精品日本久久久久久久久久 | 免看一级a一片成人123 | 国产一区二区三区久久 | 久久不见久久见免费影院 | 亚洲高清毛片 |