# Summary

In this module, you became familiar with concepts for creating a Python program.&#x20;

You were introduced to the print() function, which lets you show output on the console. Then you looked at variables and how to use the to store values that you want to use later in the code. You learned that a variable must have a type. Various variable types in Python that let you store strings, numbers, and Boolean values.

You also looked at operators used in arithmetic operations and assigning values to operators.

All units complete


---

# 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://learn.pqtkha.com/programming/technology/python/microsoft-training-python-for-beginners/module-1-write-your-first-python-programs/summary.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.
