No black button? Don’t panic! Here is how to run your program:
click on the directory link
click on Bash
type Python filename.py and press Enter
Your program should now run happily 🙂
P.s. If you have used a filename with spaces in it::
[python]
python "im a file name with spaces.py"
[/python]