atom-community / atom-community/atom-script

[PYTHON] Unable to run input() function within script

Open
#2,080 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.