Notes/ML/LogicalNot-200808-183018.py

5 lines
153 B
Python

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