# 4.4.    자료형과 연산자

변수는 값을 저장하기 위해 예약된 메모리 위치 일뿐입니다. 즉, 변수를 만들 때 메모리에 일부 공간을 예약합니다. 변수의 데이터 유형에 따라 인터프리터는 메모리를 할당하고 예약된 메모리에 저장할 수 있는 것을 결정합니다. 따라서 변수에 다른 데이터 유형을 할당하여 이러한 변수에 정수, 소수 또는 문자를 저장할 수 있습니다.


---

# 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://sdc-james.gitbook.io/onebook/3./3.4..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.
