pythonfiddle
pythonfiddle copied to clipboard
defining just a variable returns error
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?