When you ask a question, don’t forget to include a link to the exercise or project you’re dealing with!
Hi there,
working on Python 2 Rock ,Paper, or Scissors exercise - python RSP.py and I keep getting this indentation error. :
File “RPS.py”, line 39
** decide_winner(user_choice,computer_choice)**
** ^**
IndentationError: unexpected indent
I have looked through my code and I cannot see anything wrong. My understanding of the exercise is that you can have a function call within another function. In the case of this exercise, that is what I believe this is to happen because if I take the indentation out, it would be wrong (in my opinion fro a logic standpoint)
Kindly help me with this and where I went wrong.
Regards,
Nosike