joshjamesaroemele joshjamesaroemele 11-10-2022 Computers and Technology contestada ROCK = 0 PAPER = 1 SCISSORS = 2 # Read random seed to support testing (do not alter) and starting credits seed = int(input()) # Set the seed for random random.seed(int(seed)) # Type your code here.