print(f"\nYou chose: {user_choice}") print(f"Computer chose: {computer_choice}\n")
Here's a simple Python implementation:
import random