python turtle print name of turtle shape 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