action = input(\'Please enter add or del.\\n\') def check_greeting1(action): while True: if action == \'\': action = input("please enter add or del.\\n") else: bre