atom-community / atom-community/atom-script
[PYTHON] Unable to run input() function within script
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I came across a little bug that I found very recently.
after I ran the following python code:
```python
a = input("enter: ")
print("test")
```
the script console is just freezing and never gets to line number 2 or prints the input request ("enter:").
Is there something to do about it?
Contributor guide
Assessment
This issue has not been assessed yet.