# Providing standard input

Previously you would write code that did a certain thing and didn't require any input.

Loads of programs can or do require (standard) input though, so supporting it quickly became a must.

Now you can open the tab for `Standard Input` and provided your input line-by-line. You can then run your code and your input will be available to it as well.

![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1655833455156/rQw_rJ2jd.png align="left")

