atom-community / atom-community/atom-script
Add input to the console.
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
This is not an issue, but a request to enable the script to recieve user input from the console.
I don't know if this is already available, but at least it's not for python.
What I mean is something like this:
Python code:
`a = input("Name: ")`
`print("Hello, ", a, "!")`
Console
`Name: Ethan`
`Hello, Ethan!`
Is this possible?
Contributor guide
Assessment
This issue has not been assessed yet.