• input
  • string
  • raw_input

With Python 3.x raw_input was scrapped and input now always returns a string object.