If we have to get input from user in python,which function should be used here?
Answers
Answered by
0
Answer:
I suppose its raw_input()
Hope your helped with it :>
Answered by
1
Answer:
the input() built-in function.
Explanation:
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.
Similar questions
Science,
3 hours ago
Economy,
3 hours ago
Psychology,
6 hours ago
English,
8 months ago
Hindi,
8 months ago