how to change the shape of an object in turtle code example
Example: how to change turtle shape in python
import turtle as turtle
turtle.shape("arrow")#can be many shapes
import turtle as turtle
turtle.shape("arrow")#can be many shapes