Rock Paper Scissors In Python One Line

后端 未结 0 1029
走了就别回头了
走了就别回头了 2021-01-05 08:22

import random print("Player " + str((3 + int(input(\'Enter 0- Rock, 1- Paper, 2- Scissors.\')) - random.randint(0,2))%3) + \' Wins\')

Is It Possible to simp

相关标签:
回答
  • 消灭零回复
提交回复
热议问题