ronreiter / interactive-tutorials

Interactive Tutorials
Apache License 2.0
4.04k stars 2.56k forks source link

LearnPython Suggestion: Teach Input() #658

Closed JamesC01 closed 2 years ago

JamesC01 commented 2 years ago

I personally think the input function is an incredibly fundamental and useful function. I was surprised it wasn't mentioned on the site. I think it would be useful to introduce it early, and use it in multiple code examples on the site.

ronreiter commented 2 years ago

The problem is that it's hard to make it work with a web-based environment.

adel3li commented 1 year ago

I think you could at least mention it.