5 lines
153 B
Python
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")
|