[Tutor] optimization: faster than for

Luke Paireepinart rabidpoobear at gmail.com
Sun Jul 1 23:18:33 CEST 2007


elis aeris wrote:
> ugh, can someone who is online at this time give me some pointers on 
> how to read this?
>
> i don't know how to look it up,
>
> in is listed,
> out is not, so i am not sure if this is python at all.
IN is what you INput into the python interpeter.
OUT is what the interpreter OUTPUTS.
it's a convention people use in order that they don't have to use the 
 >>> (3 greater-than signs)
to indicate an interpreter input, because the greater-than sign is also 
used by e-mail clients
to indicate the level of quoting in a reply, so >>> will often end up as 
3 vertical bars
in e-mail clients.
HTH,
-Luke


More information about the Tutor mailing list