CS106A - Code in Place - Final Project (Rebecca Scagos)

by Rebecca S

Description

For my final project I built a Madlibs generator program based on the course material that was covered in CS106A or 'Code in Place! This program was built in Pycharm on a Mac machine by using multiple Python language fundamental concepts such as strings, variables, input & print functions, and while loops. When the program runs, the user is prompted to input different types of words (such as verbs, nouns, adjectives, and others) in order to complete each sentence of the Madlib. Once all of the words have been entered into the program, the complete Madlib prints inside the Pycharm terminal. The user is able to see that each of the words appear as underlined inside of the Madlib that is generated.