Question: import turtle # b- board b = turtle.Turtle() b.forward(200) b.left(120) b.forward(200) b.left(120) b.forward(200) turtle.done() I typed the above code into a Python 3.7 32bit script
import turtle
# b- board b = turtle.Turtle() b.forward(200) b.left(120) b.forward(200) b.left(120) b.forward(200) turtle.done()
I typed the above code into a Python 3.7 32bit script mode and received the error below. What am I doing wrong please?
__________________________________________________________________________________________________________________________________
RESTART: C:/Users/antoi/AppData/Local/Programs/Python/Python37-32/turtle triangle.py Traceback (most recent call last): File "C:/Users/antoi/AppData/Local/Programs/Python/Python37-32/turtle triangle.py", line 1, in
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
