Computer Science, asked by moneesh98, 4 months ago

what is used to get input from the users​

Answers

Answered by kourgurpreet2611
4

Explanation:

The simplest way to obtain user input is by using the input() function. This function prompts the user for an input from the keyboard. Once the user has give the input and pressed Enter, the program flow continues.

Answered by devroy26780
9

Explanation:

The simplest way to obtain user input is by using the input() function. This function prompts the user for an input from the keyboard. Once the user has give the input and pressed Enter, the program flow continues.

Similar questions