Sep-24-2016, 02:42 PM
I cannot seem to get any of the python functions to work.I am teaching myself how to code in python and watching youtube videos.
however whenever i run the code:
it gives an ( AttributeError: module 'turtle' has no attribute 'forward')
same with all other turtle commands.
i am using python 3.5
please help me make sense of this.
Thanks :huh: :dodgy:
however whenever i run the code:
1 2 |
import turtle turtle.forward( 10 ) |
same with all other turtle commands.
i am using python 3.5
please help me make sense of this.
Thanks :huh: :dodgy: