how do i install the turtle module on python?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Eric Aguilera

    how do i install the turtle module on python?

    im a beginner so i have no idea how to install the turtle module on my computer i thought it came with Python but apparently not....can yo guys help with specific step by step direction please, thank you
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    Have you tried:
    Code:
    import turtle

    Comment

    Working...