Python Forum

Full Version: Help With Displaying Turtle Screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
There could be another turtle module shadowing the standard library's turtle module (such as one of your files named turtle.py). What is the output of the code
import turtle
print(turtle)
Pages: 1 2