What does the Python input() function do?
Answers
Answered by
4
The function input() presents a prompt to the user (the optional arg of raw_input([arg])), gets input from the user. In Python 2. x, it returns the data input by the user in a format that is interpreted by python.
please mark me as BRAINLIAST if it helped u
Answered by
0
Answer:
python provides the function input () input has an optional parameter which is the prompt string if the input function called the program will be stopped
Similar questions