Computer Science, asked by anirudh2922, 5 months ago

explain about input() function. ( not more than one or two lines )​

Answers

Answered by sarahjanebeth
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 hmnagaraj077
1

Answer:

input

Explanation:

input is in computer

Similar questions