Boredless Tourist: How do I run the code with the Bash window open?

Hi all,

Sorry - this feels so silly to ask, but at the moment, I can’t work out how to run the code in Boredless Tourist, as the CLI window that’s normally open is taken up by Bash. At the moment, I’m having to copy the code into Visual Studio - how do I run it within Codecademy?

Thanks

It’s possible that I’m the only person daft enough to ask this question, but just in case anyone follows me, later in Boredless Tourist, it explains that you run your Python file script.py from the Bash window with:

python3 script.py

I have the same problem, I use python3 script.py and nothing happens. Although I have written everything correctly