python小遊戲(猜拳)

#!/usr/bin/python import random choices = ('石頭', '剪刀', '布') computer = random.choice(choices) #生成一個隨機值 print('猜拳遊戲開始.......') print('請輸入數字: ') print('''1.石頭 2.剪刀 3.布''') while True: guess_num =
相關文章
相關標籤/搜索