# 거북이 문제(Skulpt) 만들기

{% hint style="info" %}
**거북이 문제 (Skulpt)**&#xB294; 제출모드, 실행모드로 문제를 생성할 수 있습니다.
{% endhint %}

{% hint style="warning" %}
구름EDU에서 실행되는 **거북이 문제의 파이썬 버전은 2버전**입니다.\
거북이 문제 선택시 기본으로 제공되는 예제코드를 참고해주시기 바랍니다.
{% endhint %}

이 문서에서는 **거북이 문제 (Skulpt)**&#xB97C; 입력하는 내용만을 다룹니다. \
새로 문제를 만들 때 기본적으로 입력하는 사항들에 대해서는 \
"문제 가져오기 및 공통 설정" 도움말을 참고해주세요.&#x20;

{% content-ref url="/pages/-LrsSaGzbBU26HJdqGao" %}
[문제 가져오기 및 공통 설정](/ko/edu-lecturer/04.quiz/import-and-configuration.md)
{% endcontent-ref %}

&#x20;<br>

Python의 [turtle](https://docs.python.org/2/library/turtle.html) 모듈을 사용하는 문제를 만들 수 있습니다. 구름EDU에서는 거북이 문제 실행 시 \
[Skulpt](http://www.skulpt.org/) 라이브러리를 사용하여 웹 상에서 실행 결과를 바로 확인 할 수 있도록 지원하고 있습니다.

### 문제 해결 언어

거북이 문제 작성 시에 필요한 **문제 해결 언어**는 일반 프로그래밍 문제의 **문제 해결 언어**와 동일합니다. \
**문제 해결 언어**와 관련된 자세한 내용은 아래의 링크를 참고해주시기 바랍니다.

{% content-ref url="/pages/-LrsVR33wi-pnbpVkhf0" %}
[일반 프로그래밍 문제 만들기](/ko/edu-lecturer/04.quiz/programming.md)
{% endcontent-ref %}

![](/files/-Lu5qNJuAP_m0zkAhkkT)


---

# 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://help.goorm.io/ko/edu-lecturer/04.quiz/skulpt.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.
