亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Python實現簡單石頭剪刀布游戲

發布時間:2020-10-24 06:43:21 來源:腳本之家 閱讀:157 作者:AiYong_SJTU 欄目:開發技術

近日在學習Python的一些基礎知識,覺得還是很有趣的一個一門語言!就目前的學習的一些知識,編寫了一些一個簡單的石頭剪刀布的游戲。主要是熟悉一些Python的一些控制語句。

import random
while 1:
  s=int(random.randint(1,3))
  print(s)
  print()
  if s==1:
    ind="stone"
  elif s==2:
    ind="scissors"
  elif s==3:
    ind="paper"
  m=input('Please input your option,if you input the end, this game will be end. ')
  blist=['stone','scissors','paper']
  if (m not in blist) and (m!='end'):
    print('your input is wrong and please input the right option again or end the game: ')
  elif (m not in blist) and (m=='end'):
    print('the game is ending now...')
    break
  elif m==ind:
    print('draw')
  elif (m=='stone' and ind=='scissors') or (m=='paper' and ind=='stone') or (m=='scissors' and ind=='paper'):
    print('you win this game')
  elif (m=='stone' and ind=='paper') or (m=='paper' and ind=='scissors') or (m=='scissors' and ind=='stone'):
      print( 'you loss this game')

下面是結果:

Python實現簡單石頭剪刀布游戲Python實現簡單石頭剪刀布游戲

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

响水县| 富民县| 恩施市| 鹤山市| 综艺| 嫩江县| 海丰县| 永德县| 喜德县| 雷波县| 南城县| 淮北市| 南和县| 白银市| 平凉市| 章丘市| 抚松县| 哈巴河县| 文昌市| 呼图壁县| 社旗县| 灵台县| 虹口区| 洛南县| 林西县| 永嘉县| 耒阳市| 阆中市| 呼和浩特市| 林州市| 兴业县| 延边| 凤翔县| 松江区| 宁化县| 思茅市| 龙口市| 芦山县| 明光市| 平远县| 丰县|