# Summary

Python strings are one of the most common types used in the language. In this module, you learned about some of its string properties and the most common methods for manipulating them. Finally, you saw ways to format strings by using three different techniques:

* Using the `%` formatter.
* Using `.format()` in a string.
* Using f-strings.

This foundational knowledge will help you with other data structures in Python that work well with strings, such as dictionaries and lists.


---

# 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-3-use-strings-in-python/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.
