Alex Pavluck wrote:
> I am just learning Python and I am using the book, "Thinking like a
> Computer Scientist".  There is an exercise that I am not able to get
> working and it is really easy so I thought I would ask for help here.
> 
> 
> Q: As an exercise, write a single string that:
>     Procuces
>                    this
>                            output.
> 
> 
> A? 
> print "produces",'\n',"\t","this","\n","\t","output."
> 

You could use:

print "produces \n\t this \n\t\t output"



                        bb


-- 
-----------------

             [EMAIL PROTECTED]
             http://web.bryant.edu/~bblais
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to