...

/

Quiz: Make the Machine Ask You Something

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, ...