본문 바로가기
[ CODING STUDY ]/》파이썬 정리

Python 28장 [turtle 창크기, text input]

by MRG 2023. 8. 25.
728x90
반응형

▣ 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 Papert 및 Cynthia Solomon이 개발한

python.flowdas.com

 

728x90
반응형

댓글