How to run Python in Gameshell?

How do you run it?/do you need to download it?/Are there any differences from the regular Python for a standard computer/Etc. Thanks in advance and thank you for reading

You can connect to Gameshell using SSH, and run python from the command line. It should work. No difference from the python you have on your computer.

If you see command not found, try installing with:

sudo apt install python