prog7_22.py

import random

def play():
    return random.choice(["グー", "チョキ", "パー"])

# プログラム7-22(モジュールjanken)