def accept_int(): val = int(input("Please enter any integer integer: ")) print('The integer value is', val)