Search⌘ K

Quiz: Make the Machine Ask You Something

Explore how to collect and convert user input in Python through a quiz that reinforces the use of input(), variables, and type conversion. Learn to apply these skills by preparing for a hands-on project to create a birthday calculator using user input and calculations.

We'll cover the following...

In the last lesson, you learned how to make your Python program interactive using the input() function. You discovered how to ask users questions, ...