My script.

John Ochiltree jo at johnochiltree.uklinux.net
Sun Dec 8 03:53:58 EST 2002


Tetsuo wrote:

snip

>     for i in range(b):
>         print i + ". I am a bad computer :("
> 
> But that gives me an error. What's the correct way to concatenate
> variables?

Commas - print i, ". I am a bad computer :("



More information about the Python-list mailing list