diy1.py 168 Bytes Edit 1 2 3 4 5 6 7 8 9 # 我们都爱夸夸夸 aa = input("玩家请出拳:") if aa == "石头": print("剪刀") elif aa == "剪刀": print("布") else: print("石头")