학교수업/불교파이썬 (3) 썸네일형 리스트형 9주차 e-learning Final paper 1. data.go.kr에서 데이터 다운로드 2. 가설 세우기 3. 회귀분석 결과 제출하기 4월 26일 수업 5/31 과제 5page 12pt times new romance 6/7 기말고사 조건문 순차 sequence 선택 반복 iteration 중간고사 예상문제 #1. ch1 ex9 5개 원 그리기 import turtle t = turtle.Turtle() t.shape("turtle") t.circle(100) t.up() t.goto(200,0) t.down() t.circle(100) t.up() t.goto(400,0) t.down() t.circle(100) t.up() t.goto(100,-100) t.down() t.circle(100) t.up() t.goto(300,-100) t.down() t.circle(100) #2.ch2 create a robot jornalist 24페이지 location = input("Where is the stadium?") win = input("Which team won?") lost = input("Whic.. 이전 1 다음