Hello! :)
I've reading 'Python Programmin for the Absolute beginner'.
I got questions which is...

print "\t - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "

rock = """
Igneous          Sedimentary          Metamorphic

Lava             Grains               Marble
Ramdom crystals  Layer                Bands
Granite          Salt                 Schist
Intrusive        Weathering           Heat + Pressure
                 Deposition           Change"""
print \trock

print "\t - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "

error occurs!

I don't know how to \t The variable.

Help!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to