> For the complete documentation index, see [llms.txt](https://codebook.horang.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codebook.horang.it/undefined/undefined-2.md).

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

### 코드

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

***

### 설명

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

***

### 파이썬 대응 코드

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

***

### 예시

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

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

{% endcode %}

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

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

{% endcode %}

***

### 검색 키워드

햄스터로봇, 속도 설정하기
