Notes/ML/LogicalNot-200808-183018.py

5 lines
153 B
Python
Raw Normal View History

2022-04-23 14:04:50 +00:00
has_learned_python = True
is_working_currently = True
if has_learned_python and not is_working_currently:
print("Shortlist Candidate for interview")