# python语法

* [返回顶层目录](https://luweikxy.gitbook.io/machine-learning-notes/summary)
* [返回上层目录](https://luweikxy.gitbook.io/machine-learning-notes/python)
* [基础语法](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/basis)
* [数据结构](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/data-structure)
* [过程控制](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/process-control)
* [函数](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/function)
* [类和对象](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/class)
* [文件操作](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/file)
* [正则表达式](https://luweikxy.gitbook.io/machine-learning-notes/python/grammar/regular-expression)


---

# 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://luweikxy.gitbook.io/machine-learning-notes/python/grammar.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.
