[Github-comments] [geany/geany] Python showing input() as invalid syntax (Issue #3188)
elextr
notifications at github.com
Sun May 1 04:50:39 UTC 2022
To be clear, Geany doesn't say its invalid syntax, Python does.
```
Python 3.8.10 (default, Mar 15 2022, 12:22:08)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> name = "blah"input("blah")
File "<stdin>", line 1
name = "blah"input("blah")
^
SyntaxError: invalid syntax
>>>
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3188#issuecomment-1114131732
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3188/1114131732 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220430/098112ea/attachment.htm>
More information about the Github-comments
mailing list