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 :("