• string
  • raw_input
  • input

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