Computer Science, asked by inaya5, 8 months ago

what is input function?​

Answers

Answered by doll54
6

\huge\mathfrak\red{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 pallaviverma123
1

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

PLEASE MARK MY ANSWER AS BRAINLIEST....

PLEASE PLEASE

Similar questions