input in Python 3.x and the loss of raw_input
- string
- raw_input
- input
With Python 3.x raw_input was scrapped and input now always returns a string object.
input in Python 3.x and the loss of raw_input
With Python 3.x raw_input was scrapped and input now always returns a string object.