0
Why do i have yo to use raw_input here?
I have a code issue named "help me with this"
1 Odpowiedź
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()
I have a code issue named "help me with this"