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!?"""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!?"""Create a free account to access the full topic