Notes/ML/LogicalAndProgram-200808-183018.py

10 lines
134 B
Python
Raw Normal View History

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