Python Programming – Project 3 – Madlibs

Students will learn about input and output by using the input() and print functions. The standard input is the information taken into the system while the standard output is the information the system gives the user. They will also learn how to manipulate data using variables. Variables are labeled containers which store data that we can change throughout the program. They will practice outputting their data onto the screen appropriately using string concatenation, which is combining strings (text) together, and using their comments wisely. It is important for programmers to comment on their programs to take note on what their back-end is executing.