Quiz: Make the Machine Ask You Something
Quiz yourself on user input and type conversion in Python.
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, store their answers, and even convert those answers into numbers using int()
for calculations.
Now, let’s lock in those skills with a quick quiz!
Get hands-on with 1400+ tech skills courses.