# CS50 IDE and Python

## Python 3

Currently, CS50 IDE is running Python 3.7.3 (as of July 10, 2019)

![](/files/-LcvgUyMnqS0NM43T93n)

To run a Python file in CS50 IDE, save the file.  For example, hello.py

Then type: python hello.py

{% code title="hello.py" %}

```bash
~/workspace/ $ python hello.py
```

{% endcode %}

```
Hello World!
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.pythonclassroom.com/python-cloud-options/cloud9/cloud9-and-python.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
