0
what does raw_input(:) do
2 Answers
0
it's the same input() function, but in python 2, it will not work in python 3.x
0
ok. no wonder. I've been trying to use a code I copied from a different site but it was running into error(raw_input not defined)



