Level
Find the error
-
string_to_return = One Of Those Lines,
-
string_to_return = "Is Not Correct"
-
string_to_return = 'Please Find Which One'

How to declare a string

Explore the snippets below and identify the correct way to declare a string in Python. Pay close attention to the use of quotes and look out for common syntactical errors. Select the line that correctly represents a string declaration without errors