Quiz: Make the Machine Ask You Something
Quiz yourself on user input and type conversion in Python.
In the last lesson, you learned how to make your Python program interactive using the input()
function. You discovered how to ask users questions, ...