Skip to content

In Mr. Mileski’s coding class, the students are writing their own programs in Python language to create Mad Libs. Students have the user type in nouns, verbs, adjectives, and other parts of speech and the program fills them into a pre-written text. It’s an application of the use of strings as variables in programming.

Throughout the year students in Introduction to Coding will cover topics including how websites are built, how computers procession information, and how to write computer algorithms for problem solving. The course not only introduces students to the world of coding but also aids them in developing computational thinking skills essential for success across various fields. What better way to practice than with Mad Libs?