subject

Help break the code please from random import randint
c_moves = [ "Rock", "Paper", "scissors" ]
computer = c_moves[randint(0,2)]
player = False
while player == False:
player = input ("Rock, Paper, Scissors?")
if player == computer :
print("tie!!")
elif player == "Rock":
if computer == "Paper":
print("you lose!", computer, "covers",player)
else:
print("you win !!", player,"smashes", computer)
elif player == "Paper":
if computer == "Scissors":
print("you lose,", computer,"cut" , player )
else:
print("You win!", player, "covers", computer)
elif player == "Scissors":
if computer == "Rock":
print("You lose...", computer, "smashes", player)
else:
print("You win!", player, "cut", computer)
else:
print("That's not a valid play. Check your spelling!")
player = False
computer = c_moves[randint(0,2)]
("How can i break the code please help!)

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 02:00
Aletter or menu command that starts an action when the user presses the designated letter and the alt key together is called what?
Answers: 1
question
Computers and Technology, 22.06.2019 09:50
What is a rush associated with alcohol?
Answers: 1
question
Computers and Technology, 22.06.2019 16:20
It policy compliance and emerging technologies respond to the following: propose at least three control measures that organizations need to put in place to ensure that they remain complaint with emerging technologies and in a continually changing it environment. examine the correlation of effective configuration management and change control procedures to remain compliant with emerging technologies and it security changes.
Answers: 2
question
Computers and Technology, 23.06.2019 07:50
Most shops require the technician to enter a starting and ending time on the repair order to track the actual time the vehicle was in the shop and closed out by the office. this time is referred to as _ time ? a. comeback b. ro c. cycle d. lead
Answers: 1
You know the right answer?
Help break the code please from random import randint
c_moves = [ "Rock", "Paper", "scissors"...
Questions
question
Mathematics, 14.05.2021 21:40
question
Mathematics, 14.05.2021 21:40
question
Mathematics, 14.05.2021 21:40
Questions on the website: 13722367