Identification of syntax error

Report a typo

Which of these strings WILL NOT cause syntax error?

a = 'first string'
b = "second string = first string"
c = "can it work, I wonder?'
d = 'it's really easy to forget'
e = 'we "quote" it, because we can, can't we?'
f = """is this even possible!?"""
Select one or more options from the list
___

Create a free account to access the full topic