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
Math,
22 days ago
Math,
22 days ago
Psychology,
1 month ago
English,
9 months ago
Hindi,
9 months ago