---------- function is used to accept input from a keyboard
Answers
Answered by
5
Answer:
Python user input from the keyboard can be read using the input() built-in function. The input from the user is read as a string and can be assigned to a variable. After entering the value from the keyboard, we have to press the “Enter” button. Then the input() function reads the value entered by the user.
Answered by
6
Answer:
The correct answer is
Tab
Similar questions