Greetings!
Please forgive me if im posting this to the wrong group.
I'm new to Python, learning Python3 from the O'rielly "Learning
Python" book. Reading
about operator overloading, specifically __getitem__. I put together
a small bit of code to
do some experimenting and threw in a timer so i
On Mar 19, 2:21 pm, Terry Reedy wrote:
> On 3/19/2010 1:42 PM, Kevin Adams wrote:
>
> > Please forgive me if im posting this to the wrong group.
>
> Just the right place. I would suggest a more informative title in the
> future though. 'Problem with print and sleep.
On Mar 19, 3:02 pm, Terry Reedy wrote:
> On 3/19/2010 2:17 PM, Steve Holden wrote:
>
>
>
> > Kevin Adams wrote:
> >> Greetings!
>
> >> Please forgive me if im posting this to the wrong group.
>
> >> I'm new to Python, learning Python3