python turtle 창 크기1 Python 28장 [turtle 창크기, text input] ▣ setup(width= , height=) : 창 크기를 설정하는 함수 ▣ textinput(title= , prompt= ) : 텍스트 상자로 입력받는 함수, title : 입력상자 제목, prompt : 질문 ▣ textinput() 함수로 받는 값을 변수에 대입 가능 ▣ goto() : x, y 위치로 이동하는 함수 https://python.flowdas.com/library/turtle.html#turtle.onrelease turtle --- 터틀 그래픽 — 파이썬 설명서 주석판 turtle --- 터틀 그래픽 소스 코드: Lib/turtle.py 소개 터틀(거북이) 그래픽은 아이들에게 프로그래밍을 소개하는 데 널리 사용되는 방법입니다. 1967년 Wally Feurzeig, Seymour.. 2023. 8. 25. 이전 1 다음