Skip to content

Instantly share code, notes, and snippets.

@Abhayparashar31
Created December 17, 2020 03:23
Show Gist options
  • Save Abhayparashar31/7c17d2cfb872c7e558afa9fed4720ae0 to your computer and use it in GitHub Desktop.
Save Abhayparashar31/7c17d2cfb872c7e558afa9fed4720ae0 to your computer and use it in GitHub Desktop.
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