import turtle
t=turtle.Turtle()
t.shape("turtle")
x=50
t.circle(x)
x=x+20
t.up()
t.goto(100.0)
t.down()
t.circle(x)
x=x+20
t.up()
t.goto(200.0)
t.down()
t.circle(x)
뭐가 문젠데!!!!
import turtle
t=turtle.Turtle()
t.shape("turtle")
x=50
t.circle(x)
x=x+20
t.up()
t.goto(100.0)
t.down()
t.circle(x)
x=x+20
t.up()
t.goto(200.0)
t.down()
t.circle(x)
뭐가 문젠데!!!!
그러게 왜 안되냐
TypeError: type object argument after * must be an iterable, not float
Import turtle as t하고 2째줄 지워
그게 뭐야? 난 배운 정석대로 적은건데
일단 해보고 와라
똑같이 안되는걸?
Goto 인수 2개 있어야함
짝수로 맞춰야 하는거야? ㅇㅋ 해볼게
엥
인수 2개가 뭔말이야?