Demonstrates the use of quotes in strings : String Escape « String « Python






Demonstrates the use of quotes in strings

 

print \
"""
 _____   _     _   _____   _____   
/  _  \ | |   / / |  ___| |  _  \  
| | | | | |  / /  | |__   | |_| |  
| | | | | | / /   |  __|  |  _  /  
| |_| | | |/ /    | |___  | | \ \  
\_____/ |___/     |_____| |_|  \_\
"""

   
  








Related examples in the same category

1.Escape Codes: \b, \t, \n, \a, \rEscape Codes: \b, \t, \n, \a, \r
2.Escape characters: \n and \tEscape characters: \n and \t
3.String escape sequences DemoString escape sequences Demo