explain about input() function. ( not more than one or two lines )
Answers
Answered by
1
Answer:
The input function is used to ask the user of the program (not the programmer) a question, and then wait for a typed response. The typed number is then returned as the result of the function, and should usually be stored in a variable: age = input('how old are you: ');
Explanation:
Answered by
1
Answer:
input
Explanation:
input is in computer
Similar questions