- 1
What's raw input?
5 Answers
+ 2
raw_input() has been renamed as input() in Python 3.x. You use it to get input from the user.
+ 1
hey there raw_input() is nothing else but just input () used in older versions of language python 2.7 or something like that
0
raw_input function is used when program needs to get input values from the user.... It returns the value as a string....
0
Silly
- 1
I think it's a function that does the same as input. But I saw it used in Python 2.7 if I remember well. It might be an "old function". Not sure, I am.