Can anyone help me explain what I did wrong? Doesn't matter what the user input it always result in a draw. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone help me explain what I did wrong? Doesn't matter what the user input it always result in a draw.

https://code.sololearn.com/cU7ev0E3VVh3/?ref=app

15th Feb 2022, 3:58 AM
ShiZheGeJing
ShiZheGeJing - avatar
1 Answer
+ 3
You need to return <player_choice> from get_player_choice() Also return <computer_choice> from get_computer_choice()
15th Feb 2022, 4:49 AM
Ipang