Hi, i'm new to python im self learning but i have a question that i'm afraid it would take years to find a solution for in google and it would be very easy for an expert.
In a tutorial it says that there is a difference between input and raw_input i discovered that they changed the behavior of these functions in the latest version of python(wich i'm learning) what is the new behavior?
And why in the python console interpreter this
x = input()
Sends an error but if i put it in a file.py and run it, it does not.
Thank you