0
Python Rock Paper Scissors not working
I made a rock paper scissors but it wonât work https://code.sololearn.com/c2zHsjkDC9D5/?ref=app
10 Respostas
+ 3
Read the error message. Look at the line that the error message hints at. Check the indentation in that line.
+ 2
Line 36, I changed to
opponent = "scissors"
(With the indentation)
+ 2
Where did you get the code from?
+ 2
The entire line is already there.
Who wrote the code? Where did you get it from?
+ 1
AdminBoy812 YT we use 'else' block when the all conditions are false and we don't put the condition in else block.
See the else block, in else block you put the condition 'opponent== paper' .
+ 1
AdminBoy812 YT in line number 36 just you print the any statement you want, don't put the condition.
+ 1
Learn python course
0
Guys can you just write the entire line for that part because idk what yall talking about
0
Whats the condition?
0
What is the condition in there