原创 python小遊戲(剪刀石頭布)

#!/usr/bin/python#-- coding: utf8--import random #導入隨機數的模塊 computer = random.choice(['石頭', '剪刀', '布'])player = raw_in