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 import turtle File "C:/Users/antoi/AppData/Local/Programs/Python/Python37-32\turtle.py", line 1, in import turle ModuleNotFoundError: No module named 'turle' >>>

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!