What is raw input function in python?



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

Post New Answer

More Python Interview Questions

what does yield function do? what is the difference between return and yield?

1 Answers  


What is python best for?

1 Answers  


Is empty function in python?

1 Answers  


What is a numpy array?

1 Answers  


What is the keyword to import a module in python?

1 Answers  


Does python make use of access specifiers?

1 Answers  


Does range start at 0 python?

1 Answers  


What does super () mean in python?

1 Answers  


What is a Lambda form? Explain about assert statement?

1 Answers  


Tell me the use of // operator in python?

1 Answers  


Do you know what are the optional statements that can be used inside a <try-except> block in python?

1 Answers  


How do you create a database in python?

1 Answers  


Categories