top of page

In this module, we discuss user input. You'll learn how to make the user a part of your program - allowing an outside user to type and give commands to the program.  

Module2

Module2

Watch Now

More on this Module

User input is an extremely important part of all programming languages. It allows for users to input data, and makes your applications more interactive. Think about any game you've played or any site you've visited: when you interact with that site, the program is taking in your input to generate an appropriate response!

Here are some nice practice problems we've designed: 

bottom of page