SublimeREPL Giving Syntax Errors

29 Views Asked by At

I have tried to follow the instructions on SUBLIMEREPL. Due to me trying to use the input() function, I was told to use SublimeREPL. My code is simple.

val = input(" Please tell my name sir/ma'am")

After installing the SublimeREPL through the Package Control "Insert Package". I went to Tools> Sublime REPL> Python and put in

 Python-RUN Current file

Here is the error I am getting. SublimeREPL Errors

0

There are 0 best solutions below