# Interactice shell이 뭔가요?

Interactive shell은 대화형 실행기로 한 줄 단위로 명령어 구문을 입력 받아, \
이를 매번 평가하고 그 내용을 출력하는 프로그램입니다.

&#x20;Interactive shell을 활용하여 실습강의를 만들어보시면 더욱 쉽게 이해하실 수 있습니다.

아래의 링크에서 바로 체험해보세요!\
[김왼손의 쉽고 빠른 파이썬 강의](http://edu.goorm.io/lecture/3856/%EC%A0%80%EC%9E%90%EC%A7%81%EA%B0%95-hello-coding-%ED%95%9C%EC%9E%85%EC%97%90-%EC%8F%99-%ED%8C%8C%EC%9D%B4%EC%8D%AC-%ED%81%AC%EB%A6%AC%EC%97%90%EC%9D%B4%ED%84%B0-%EA%B9%80%EC%99%BC%EC%86%90%EC%9D%98-%EC%89%BD%EA%B3%A0-%EB%B9%A0%EB%A5%B8-%ED%8C%8C%EC%9D%B4%EC%8D%AC-%EA%B0%95%EC%9D%98)


---

# 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/faq/interactice-shell.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.
