목차
1번 문제 ~ 8번 문제 까지
본문내용
input("x2:"))
y2=int(input("y2:"))
x3=int(input("x3:"))
y3=int(input("y3:"))
list=[x1,x2,x3,y1,y2,y3]
t.goto(list[0],list[3])
t.goto(list[1],list[5])
t.goto(list[0],list[4])
t.goto(list[3],list[2])
y2=int(input("y2:"))
x3=int(input("x3:"))
y3=int(input("y3:"))
list=[x1,x2,x3,y1,y2,y3]
t.goto(list[0],list[3])
t.goto(list[1],list[5])
t.goto(list[0],list[4])
t.goto(list[3],list[2])
소개글