• + 1 comment

    rawinput() function to take the input from user. int() is used to convert user input to integer value.

    values of input() are always string. So to convert to integer , we use int().