User Inputs
Last updated
Was this helpful?
Last updated
Was this helpful?
Reference:
The input()
function allows us to capture user input from the command-line (and usually store the result in a variable):
NOTE: the resulting value will be a string