Closed eamanu closed 5 years ago
Hi!
This repository is no longer maintained, since python-mode.el is now distributed with Emacs itself. I suggest that you report this using the Emacs command:
M-x report-emacs-bug
Hello, @skangas Thanks very much. So, I will close this issue.
Hello!,
I am running a simple line from emacs and I have a weird error:
The line is:
[ [raw_input(), float(raw_input())] for _ in range(int(raw_input()))]
If I run this on a console that work successfully but from emacs not.
I am running on a emacs 24.5.1
Regards!