User input
Level: Newbie
Quite often as you make scripts and applications you're going to need to grab user input. One of the ways we do that in Python is using the input()
function.
Level: Newbie
Quite often as you make scripts and applications you're going to need to grab user input. One of the ways we do that in Python is using the input()
function.