# 호랑에듀 한글 코딩 문법책

## 호랑에듀 한글 코딩 문법책

- [호랑에듀 한글 코딩 기초 문법](https://codebook.horang.it/readme.md): 한글 코딩을 위해 사용하는 문법을 정리해 두었어요.
- [값 종류(자료형)](https://codebook.horang.it/readme/001.md)
- [변수](https://codebook.horang.it/readme/002.md)
- [리스트](https://codebook.horang.it/readme/003.md)
- [리스트 (데이터 단일 추출)](https://codebook.horang.it/readme/004.md)
- [리스트 (데이터 삭제)](https://codebook.horang.it/readme/035.md)
- [딕셔너리](https://codebook.horang.it/readme/undefined.md)
- [중첩 딕셔너리와 리스트](https://codebook.horang.it/readme/undefined-1.md)
- [길이](https://codebook.horang.it/readme/036.md)
- [연산자](https://codebook.horang.it/readme/005.md)
- [비트연산자](https://codebook.horang.it/readme/undefined-2.md)
- [비트연산자의 활용](https://codebook.horang.it/readme/undefined-3.md)
- [출력 - 보여주기](https://codebook.horang.it/readme/006.md)
- [입력 - 입력받기](https://codebook.horang.it/readme/007.md)
- [조건문 - 만약](https://codebook.horang.it/readme/008.md)
- [반복문 (범위 지정) - 반복](https://codebook.horang.it/readme/009.md)
- [반복문 (무한 반복) - 반복](https://codebook.horang.it/readme/010.md)
- [반복문 (리스트) - 반복](https://codebook.horang.it/readme/011.md)
- [함수 - 약속](https://codebook.horang.it/readme/012.md)
- [클래스](https://codebook.horang.it/readme/undefined-4.md)
- [클래스 - 상속](https://codebook.horang.it/readme/undefined-5.md)
- [현재 시간 가져오기](https://codebook.horang.it/readme/021.md)
- [출력창 정리하기](https://codebook.horang.it/readme/022.md)
- [무작위 값 가져오기](https://codebook.horang.it/readme/023.md)
- [기다리기](https://codebook.horang.it/readme/024.md)
- [화면 그리기](https://codebook.horang.it/readme/undefined-6.md)
- [시간 정보 가져오기](https://codebook.horang.it/readme/undefined-7.md)
- [하랑이랑](https://codebook.horang.it/harang/013.md)
- [\[하랑이랑\] 다른 오브젝트에 대해 코딩하기](https://codebook.horang.it/harang/undefined.md)
- [\[하랑이랑\] 출력 - 말하기](https://codebook.horang.it/harang/014.md)
- [\[하랑이랑\] 보이기 / 숨기기](https://codebook.horang.it/harang/undefined-1.md)
- [\[하랑이랑\] 이동 (절대 좌표 이동) - 위치로 이동하기](https://codebook.horang.it/harang/undefined-2.md)
- [\[하랑이랑\] 이동 (상대 좌표 이동) - 만큼 이동하기](https://codebook.horang.it/harang/015.md)
- [\[하랑이랑\] 이동 (시간 지정) - 이동하기](https://codebook.horang.it/harang/016.md)
- [\[하랑이랑\] 회전 (단순 회전) - 회전하기](https://codebook.horang.it/harang/017.md)
- [\[하랑이랑\] 회전 (시간 지정) - 회전하기](https://codebook.horang.it/harang/018.md)
- [\[하랑이랑\] 크기 (단순 크기 변경) - 만큼 변경하기](https://codebook.horang.it/harang/019.md)
- [\[하랑이랑\] 크기 (시간 지정) - 변경하기](https://codebook.horang.it/harang/020.md)
- [아두이노 보드를 호랑 서비스와 연결하는 방법](https://codebook.horang.it/arduino/029.md)
- [아두이노](https://codebook.horang.it/arduino/025.md)
- [\[아두이노\] 핀 모드 설정](https://codebook.horang.it/arduino/026.md)
- [\[아두이노\] 핀 입력 (데이터 읽기)](https://codebook.horang.it/arduino/027.md)
- [\[아두이노\] 핀 출력 (데이터 쓰기)](https://codebook.horang.it/arduino/028.md)
- [\[아두이노\] 초음파 센서 코드](https://codebook.horang.it/arduino/030.md)
- [\[아두이노\] 온습도 센서 코드](https://codebook.horang.it/arduino/031.md)
- [\[아두이노\] 기압 센서 코드](https://codebook.horang.it/arduino/032.md)
- [\[아두이노\] 자이로 센서 코드](https://codebook.horang.it/arduino/undefined.md)
- [\[아두이노\] 레이저 거리 센서 코드](https://codebook.horang.it/arduino/undefined-1.md)
- [\[아두이노\] 부저 코드](https://codebook.horang.it/arduino/033.md)
- [마이크로비트 보드를 호랑 서비스와 연결하는 방법](https://codebook.horang.it/microbit/034.md)
- [\[마이크로비트\] 점화면 (LED 화면)](https://codebook.horang.it/microbit/037.md)
- [\[마이크로비트\] 버튼](https://codebook.horang.it/microbit/038.md)
- [\[마이크로비트\] 자이로 센서 좌표](https://codebook.horang.it/microbit/039.md)
- [\[마이크로비트\] 온도 센서](https://codebook.horang.it/microbit/040.md)
- [햄스터로봇을 호랑 서비스와 연결하는 방법](https://codebook.horang.it/undefined/034.md)
- [\[햄스터로봇\] 속도 설정하기](https://codebook.horang.it/undefined/undefined.md)
- [\[햄스터로봇\] 이동하기](https://codebook.horang.it/undefined/undefined-1.md)
- [\[햄스터로봇\] 정지하기](https://codebook.horang.it/undefined/undefined-2.md)
- [\[햄스터로봇\] 왼쪽/오른쪽 근접센서](https://codebook.horang.it/undefined/undefined-3.md)
- [\[햄스터로봇\] 왼쪽/오른쪽 바닥센서](https://codebook.horang.it/undefined/undefined-4.md)
- [\[햄스터로봇\] 불빛 설정하기](https://codebook.horang.it/undefined/undefined-5.md)
- [\[햄스터로봇\] 부저 설정하기](https://codebook.horang.it/undefined/undefined-6.md)
- [\[햄스터로봇\] 음정 설정하기](https://codebook.horang.it/undefined/undefined-7.md)
- [\[인공지능\] 물어보기](https://codebook.horang.it/ai/041.md)
- [\[인공지능\] 티처블 머신 사용하기](https://codebook.horang.it/ai/undefined.md)
- [\[데이터\] @데이터 사용하기](https://codebook.horang.it/data/undefined.md)
- [\[데이터\] 데이터셋 불러오기](https://codebook.horang.it/data/undefined-1.md)
- [\[데이터\] 데이터셋에서 특정 속성만 가져오기](https://codebook.horang.it/data/undefined-1-1.md)
- [\[데이터\] 데이터의 최대/최소/평균](https://codebook.horang.it/data/undefined-2.md)
- [\[그래프\] @그래프 사용하기](https://codebook.horang.it/data/undefined-4.md)
- [\[그래프\] 막대그래프 그리기](https://codebook.horang.it/data/undefined-3.md)
- [\[그래프\] 원그래프 그리기](https://codebook.horang.it/data/undefined-4-1.md)
- [\[그래프\] 꺾은선그래프 그리기](https://codebook.horang.it/data/undefined-4-1-1.md)
- [\[수학\] 반올림 / 올림 / 버림](https://codebook.horang.it/math/undefined.md)
- [\[수학\] 절댓값](https://codebook.horang.it/math/undefined-1.md)
- [\[수학\] 제곱 / 제곱근 / 거듭제곱](https://codebook.horang.it/math/undefined-2.md)
- [\[수학\] 로그 / 상용로그 / 자연로그](https://codebook.horang.it/math/undefined-3.md)
- [\[수학\] 삼각함수 - 사인 / 코사인 / 탄젠트](https://codebook.horang.it/math/undefined-4.md)
- [\[수학\] 역삼각함수 - 아크사인 / 아크코사인 / 아크탄젠트](https://codebook.horang.it/math/undefined-5.md)
- [\[수학\] 상수 (파이 π, 자연상수 e)](https://codebook.horang.it/math/p-e.md)
- [\[수학\] 기초 통계 - 합계 / 평균 / 최댓값 / 최솟값](https://codebook.horang.it/math/undefined-6.md)
- [\[수학\] 두 수 비교하기](https://codebook.horang.it/math/undefined-7.md)
- [\[수학\] 무작위 값, 나머지 연산](https://codebook.horang.it/math/undefined-8.md)
- [\[수학\] 각도-라디안 변환](https://codebook.horang.it/math/undefined-9.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://codebook.horang.it/readme.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.
