Last updated 5 years ago
Was this helpful?
Currently, CS50 IDE is running Python 3.7.3 (as of July 10, 2019)
To run a Python file in CS50 IDE, save the file. For example, hello.py
Then type: python hello.py
~/workspace/ $ python hello.py
Hello World!