# Python Basic Grammar

## 1. [주석과 입출력](/study/python/python-basic-grammar/comments-and-input-output.md)

## 2. [변수](/study/python/python-basic-grammar/variable.md)

## 3. [자료형](/study/python/python-basic-grammar/data-type.md)

## 4. [연산과 구문](/study/python/python-basic-grammar/operations-and-syntax.md)

## 5. [리스트, 튜플, 딕셔너리, 셋](/study/python/python-basic-grammar/list-tuple-dictionary-set.md)

## 6. [함수](/study/python/python-basic-grammar/function.md)

## 7.  [조건문](/study/python/python-basic-grammar/conditional-statement.md)

## 8.  [반복문](/study/python/python-basic-grammar/loop.md)

## 참조

> [견고한 파이썬](https://www.books.weniv.co.kr/python)
>
> ChatGPT


---

# 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://gitbook.albert-im.com/study/python/python-basic-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.
