+ 1
Need help with this code
1 Answer
+ 4
Hi Munji Mwiinga Mweemba
There are some errors in your code.
if condition:
elif condition:
else:
You forgot in most cases the : in your if else statements.
The rest are some typos.
https://code.sololearn.com/cPUHM84wxY8d/?ref=app
Be aware that on SL you can't play interactive games. So you need to enter all inputs at the beginning of your game.
e.g.
rock
paper
q
Hope this helps!