# \[하랑이랑] 크기 (단순 크기 변경) - 만큼 변경하기

### 코드

```
크기 {크기}만큼 변경하기
```

***

### 설명

<mark style="color:purple;">`변경하기`</mark>는 하랑이랑에서 하랑이를 원하는 크기로 변경할 수 있어요.

기본 크기는 100이에요.

***

### 주의사항

* {크기} 뒤에는 "만큼"를 꼭 써야 해요.
* {크기} 앞에는 "크기"와 띄어쓰기를 꼭 써야 해요.
* 띄어쓰기에 유의해 주세요.
* {크기}는 정수로만 작성해야 해요.

***

### 파이썬 대응 코드

하랑이랑 코드는 파이썬에 대응되는 코드가 없어 제공되지 않아요.

***

### 예시

{% code title="예시 코드" %}

```
크기 200만큼 변경하기
"하랑이_고민" 크기 (-10)만큼 변경하기
```

{% endcode %}

{% code title="예시 코드의 결과" %}

```
(하랑이가 지금보다 200 만큼 커짐)
(하랑이_고민 오브젝트가 지금보다 10 만큼 작아짐)
```

{% endcode %}

***

### 검색 키워드

크기 바꾸기


---

# 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://codebook.horang.it/harang/019.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.
