Mega Code Archive

 
Categories / Python / String
 

String escape sequences Demo

print "\a" print "\t\t\tDemo" print "\t\t\t \\ \\ \\ \\ \\ \\ \\" print "\t\t\t\tby" print "\t\t\tDemo2s.com" print "\t\t\t \\ \\ \\ \\ \\ \\ \\" print "\nSpecial thanks goes out to:" print "Some text \'in quote\', \"can\'t\"."