1 Matching Annotations
  1. Jan 2019
    1. <class '__main__.Turtle'>

      This is what I get when I print a variable which contains a turtle. However, with a python ide called Thonny, the output is different

      <class 'turtle.Turtle'> (The code is here but for some weird reason it cannot be seen!). The output for the class is just turtle.Turtle

      I wonder why...