Timer...the basics

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Patrick C
    New Member
    • Apr 2007
    • 54

    Timer...the basics

    To user Timer, do I need to import something first?
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    Originally posted by Patrick C
    To user Timer, do I need to import something first?
    Code:
    from timeit import Timer

    Comment

    • bartonc
      Recognized Expert Expert
      • Sep 2006
      • 6478

      #3
      Originally posted by Patrick C
      To user Timer, do I need to import something first?
      Hey, Patrick; You'll get more complete answers if you ask more specific questions. Let us know what you're trying to do. Thanks. [This helps others, as well as it helps you]

      Comment

      Working...