Python
Level 1
Completed Project
How can an app use inputs from users?
Who has played mad libs before?
Example
Source: https://swantonpubliclibrary.org/mad-libs
Combining strings and variables (concatenation)
Task Explainer + Solution
Solution
Save and print input from user
- It asks the user for a color and tells them that it's their favorite color
Task Explainer + Solution
Solution
What other small programs can be made using input and print?
Task Explainer + Solution
Solution
How can an app use inputs from users?