Python allows single (''), double (") and triple ('''''' or """) quotes to indicate string literals, as long as the similar type of quote starts and ends the string.
The triple quotes can be used to span the string transversely multiple lines. For paradigm, all the following are legal:
• Toyota =”it is a company name”
• Orange = “it is a fruit”