We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I'm getting an error running:
print("Hello world")
If I run with single quotes, there is no error:
print('Hello world')
This is the error (I can't copy it)