I'm getting an Import Error in the code
I have defined everything correctly even though i have getting an Import Error
Voters
abc3354
The module you need to use is turtle
You cannot replace it by dog ;)
You also mispelled right
You can check a working repl there
https://repl.it/@abc3354/52085
InvisibleOne
The issue is that there isn't a module named dog, are you meaning turtle? like:
import turtle
InvisibleOne
Try doing it on a turtle file or something with an out display
You have to import turtle not dog. turtle is the module name and cannot be changed: