What is raw input function in python?
Answer / Vikendra Kumar
The raw_input() function in Python reads a line from input (keyboard) as a string. Unlike the input() function, it doesn't evaluate the input expression.
| Is This Answer Correct ? | 0 Yes | 0 No |
what does yield function do? what is the difference between return and yield?
What is python best for?
Is empty function in python?
What is a numpy array?
What is the keyword to import a module in python?
Does python make use of access specifiers?
Does range start at 0 python?
What does super () mean in python?
What is a Lambda form? Explain about assert statement?
Tell me the use of // operator in python?
Do you know what are the optional statements that can be used inside a <try-except> block in python?
How do you create a database in python?