Topic: SyntaxError: EOL while scanning string literal

Hello world!  So I am having a difficult time running the code.  I typed the following into gedit:  print

Thumbs up

Re: SyntaxError: EOL while scanning string literal

You only put 'print' into a gedit file? On it's own?

Thumbs up

Re: SyntaxError: EOL while scanning string literal

print "Hello, World!"

Thumbs up