Python Mad Libs

Python

Level 1

Project Intro

Completed Project

Completed Project Link

Project Checklist

☐ Ask for at least 3 inputs from user and save as variables

☐ Concatenate variables and strings into one long story

 

 

Driving Question

How can an app use inputs from users?

Discussion

Who has played mad libs before?

Example

Star Wars Mad Lib

Source: https://swantonpubliclibrary.org/mad-libs

Skill

Combining strings and variables (concatenation)

Task

☐ Concatenate 3 variables to make a long sentence

Task Explainer + Solution

 

Task Explainer

Solution

Task Solution

Skill

Save and print input from user

Task

☐ Create a favorite color program

- It asks the user for a color and tells them that it's their favorite color

Task Explainer + Solution

 

Task Explainer

Solution

Task Solution

Discussion

What other small programs can be made using input and print?

Task

☐ Create Mad Libs game

 

Task Explainer + Solution

 

Task Explainer

Solution

Task Solution

Driving Question

How can an app use inputs from users?

Python Mad Libs

By scholarstem

Python Mad Libs

  • 402