The use of quotes in strings : String Quotation « String « Python
- Python
- String
- String Quotation
The use of quotes in strings

print "Program 'Game Over' 2.0"
print \
"""
DDDDDDDD EEEEEEEEEEEE
D D E
D D E
D D EEEEEEEEE
D D E
D D E
D D E
DDDDDDDD EEEEEEEEEEEE
"""
Related examples in the same category