how to ask for input in python by int code example Example: how to get int input in python num = int(input("inter your number: ")) print(num)