yuguang / pythonfiddle

An eclipse like Python development environment that runs a Python interpreter in the browser
pythonfiddle.com
GNU General Public License v3.0
28 stars 15 forks source link

defining just a variable returns error #2

Open atmb4u opened 10 years ago

atmb4u commented 10 years ago
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?