# \[햄스터로봇] 정지하기

### 코드

```
@햄스터 정지하기
```

***

### 설명

* 이동 중인 햄스터로봇을 멈출 때 사용해요.

***

### 파이썬 대응 코드

```
from roboid import *
hamster = Hamster()
hamster.wheels(0)
```

***

### 예시

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

```
@햄스터 이동하기
2초 기다리기
@햄스터 정지하기
```

{% endcode %}

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

```
(햄스터로봇이 2초 이동 후 멈춰요.)
```

{% 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/undefined/undefined-2.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.
