I did not use python extensively but this is very basic question so I will try to answer.
raw_input( ) returns string always but input() function does not return string. input() function does not return string means it return integers, decimal values.