how can i do a while who ask an input but the variable always changes code example
Example: python double check if wants to execute funtion
age = sanitised_input("Enter your age: ", int, 1, 101)
answer = sanitised_input("Enter your answer: ", str.lower, range_=('a', 'b', 'c', 'd'))