user input is very imortent when we take some input from user and we use input() method in python.Basically user input type is string and when we need to take number as user input we convert it by int() method like int(input()) and store the result in variable.