turtle shape size.
Can you change the size of a turtle shape in python (turtle) e.g.
turt = turtle.Turtle
turt.shape("circle")
turt.shapesize???
Voters
YuAndy (74)
You can't in repl
Ask coding questions
Can you change the size of a turtle shape in python (turtle) e.g.
turt = turtle.Turtle
turt.shape("circle")
turt.shapesize???
You can't in repl
Use the python with pygame for turtle code. Shapesize works with no problems here.
ok thanks
@kowusu