Different sides

Report a typo

Take a look at the code snippets below and find out why almost all of them result in SyntaxError.

Match the items from left and right columns
print(("hello!"))
print(("hallo!")))
print('¡hola!")
print "ciao!")
Unmatched extra ')'
EOL while scanning string literal
No SyntaxError
Missing parenthesis
___

Create a free account to access the full topic