Using triple quotes and the line continuation character ( \ ) Defining a string on multiple lines. a = ”’this\ is\ my\ first\ string”’ Using triple quotes and the line continuation character ( \ ) Defining a string on multiple lines. a = ”’this is my first string”’ Strings – indexing a.index(“i”) Strings…