Sorry for asking a fairly simple question:
How would I "type" a ""/'' in a list, for example:
print("Hello. I am "Playzone"!")
Wanted Output: Hello. I am "Playzone"!
Actual Output: SyntaxError: invalid syntax
How would I fix this?
Sorry for asking a fairly simple question:
How would I "type" a ""/'' in a list, for example:
print("Hello. I am "Playzone"!")
Wanted Output: Hello. I am "Playzone"!
Actual Output: SyntaxError: invalid syntax
How would I fix this?