<div class="gmail_quote">On Sat, Nov 12, 2011 at 6:07 AM, Cameron Macleod <span dir="ltr">&lt;<a href="mailto:cmacleod170@gmail.com">cmacleod170@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br><br>I&#39;ve been trying to code a timer that tells you how long you&#39;ve been on the net and I can&#39;t figure out how to produce a figure in hours, minutes and seconds that is constantly being updated. If anyone could point out a module with functions like this or built in functions, I&#39;d be very grateful.</blockquote>

<div><br></div><div>Have you looked at the time module?</div><div><br></div><div><a href="http://docs.python.org/library/time.html">http://docs.python.org/library/time.html</a></div><div><br></div><div>-Wayne </div></div>