This function always reads the data from the keyboard in the form of String Format.
We have to convert that string type to our required type by using the corresponding
type casting methods.
Eg: x = raw_input("Enter First Number:")
print(type(x)) It will always print str type only for any input type