Computer Science, asked by gurjarusha, 2 months ago

what is the input function​

Answers

Answered by nehabhosale454
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: ')

Answered by confusedgenius1000
0

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: ');

Similar questions