pythonfiddle icon indicating copy to clipboard operation
pythonfiddle copied to clipboard

defining just a variable returns error

Open atmb4u opened this issue 11 years ago • 0 comments

variable = "Hello"

produces

File "", line 1
    print variable = "Hello"
                   ^
SyntaxError: invalid syntax

Is this a know issue? When can I expected it to be fixed?

atmb4u avatar Jan 12 '14 02:01 atmb4u