turtle.getshapes()
Return a list of names of all currently available turtle shapes.
1 2 | >>> screen.getshapes() [ 'arrow' , 'blank' , 'circle' , ..., 'turtle' ] |
turtle.getshapes()
Return a list of names of all currently available turtle shapes.
1 2 | >>> screen.getshapes() [ 'arrow' , 'blank' , 'circle' , ..., 'turtle' ] |
Designed by : w10schools
service@w10schools.com
Please login to continue.