Skip to content

Instantly share code, notes, and snippets.

View the-j0k3r's full-sized avatar
:octocat:
Returning soon to an asylum near you.

the-j0k3r

:octocat:
Returning soon to an asylum near you.
View GitHub Profile
@Kacarott
Kacarott / Script_Terminus_Inputs.md
Created September 3, 2020 05:34
Inputs for Script

Inputs for Script

Script is a one of my favourite packages for Atom. Run your code, directly from a text editor, in a HUGE number of languages. But it has one major flaw, there is no method of getting command line inputs from the user. This means that beginners trying out

name = input("Enter your name: ")
print("Hello " + name)

are going to be waiting endlessly for a python process that can't get user input.