Computer Science, asked by kohlimansirat83, 6 hours ago

If we have to get input from user in python,which function should be used here?

Answers

Answered by Lulaya
0

Answer:

I suppose its raw_input()

Hope your helped with it :>

Answered by shrihr99
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