has_learned_python = True is_working_currently = True if has_learned_python and not is_working_currently: print("Shortlist Candidate for interview")