The program that executes the above function is detailed below. Note that it contains a loop that will be terminated.
The program is given as follows:
n= input()
while n != id:
print ("This is not your ID number.")
n = input()
print ("This is your ID number:",n)
Learn more about loops at;
https://brainly.com/question/16922594
#SPJ1