【python】猜拳遊戲

ubuntu下編寫的一個小遊戲,強迫症患者表示玩了很久。。。python #The finger-guessing game #coding=utf-8 #導入一個包,能夠理解爲一個工具箱 import random #等待玩家輸入 playerpls = raw_input("請輸入:剪刀(0) 石頭(1) 布(2):") player = int(playerpls) #電腦 ubuntu =
相關文章
相關標籤/搜索