[Tutor] Presenting text in different ways by using quotes!

Andrew Triplett andrew139668 at yahoo.com
Thu May 23 19:31:44 CEST 2013


I am asked to present text in different ways by using quotes in strings. for example:

print("Program "Game Over" 2.0")

print("same", "message", "as before")

print("just", 

        "a bit", 

        "bigger")

print("Here", end=" ")
print("it is...")

print(

          """





    """
)

I can't however seem to input the text GAME OVER in giant text as it says in the book. Any help for this would be appreciated.

-Mitch Stevens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130523/06352ea3/attachment.html>


More information about the Tutor mailing list