``` python variable = "Hello" ``` _produces_ ``` python File "", line 1 print variable = "Hello" ^ SyntaxError: invalid syntax ``` Is this a know issue? When can I expected it to be fixed?