ttc-cases / pydevx-lindjacob

1 stars 0 forks source link

Fix rps script: Print actual choice of opponent #11

Closed lindjacob closed 2 months ago

lindjacob commented 2 months ago

The following line means the printed message always shows the same choice as the player while the play method chooses another at random: print(f"The script chose: {script_hand.name}")