python:实现猜拳游戏 import random a=random.randint(0,2) print(a) print('猜拳游戏\n0代表石头\n1代表剪刀\n2代表布\n请输入你的猜拳代码:') b