Take a look at the following code. Did we declare all variables correctly, according to Python's syntax? Try to fix all mistakes, so that SyntaxError will not be raised during the initialization of these variables.
Tip: You should change or add only those quotes that enclose the whole string. Do NOT change the quotes within the string, e.g. don't change the quotes of "double quotes".