Why do i have yo to use raw_input here? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why do i have yo to use raw_input here?

I have a code issue named "help me with this"

25th Oct 2016, 4:54 AM
Teddy Garcia
Teddy Garcia - avatar
1 Answer
0
you would use raw_input () in python 2.7 to take user input as a string and assign it to a variable. this has been replaced in python 3 as input()
26th Oct 2016, 12:18 PM
Alex Schrichte
Alex Schrichte - avatar