# Module 4: Use mathematical operations in Python

Almost every application a developer creates involves some level of math. This module explores the core functionality in Python and arithmetic operators. You'll also explore how to perform more manipulations of data and numbers. You'll put this knowledge to use to create a project to determine the distance between planets.

## Learning objectives

By the end of this module, you'll be able to:

* Use arithmetic operators in Python.
* Determine the order of operations.
* Convert strings to numbers.

## Prerequisites

* Ability to add and run cells in a Jupyter notebook.
* Experience with Python, including declaring variables and using input to read values from a user.

## This module is part of these learning paths

* [Introduction](https://learn.microsoft.com/en-us/training/modules/python-math-operators/1-introduction) 1 min
* [What are operators in Python?](https://learn.microsoft.com/en-us/training/modules/python-math-operators/2-what-are-operators) 3 min
* [Exercise - Use arithmetic operators](https://learn.microsoft.com/en-us/training/modules/python-math-operators/3-exercise-use-operators) 8 min
* [Work with numbers in Python](https://learn.microsoft.com/en-us/training/modules/python-math-operators/4-advanced-operations) 4 min
* [Exercise - Convert strings to numbers and use absolute values](https://learn.microsoft.com/en-us/training/modules/python-math-operators/5-exercise-use-advanced-operations) 8 min
* [Knowledge check](https://learn.microsoft.com/en-us/training/modules/python-math-operators/6-knowledge-check) 2 min
* [Summary](https://learn.microsoft.com/en-us/training/modules/python-math-operators/7-summary) 1 min


---

# 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-4-use-mathematical-operations-in-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.
