To find what goes in place of USERNAMEHERE
in your command, use one of the following options:
whoami
If it says liamdev
, then use:
python3 /home/liamdev/Downloads/consolegame.py
This automatically works for any user:
python3 "$HOME/Downloads/consolegame.py"