Created
December 17, 2020 03:23
-
-
Save Abhayparashar31/7c17d2cfb872c7e558afa9fed4720ae0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if candidateage>18 & candidate_exp>=2 & candidate_salary_expectation<=10000: | |
| print("Congrats ! You Are Eligible for the job") | |
| else: | |
| print("Not! eligible") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment