Skip to content

Instantly share code, notes, and snippets.

@aniketmlk6
Created July 8, 2021 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aniketmlk6/9aa3f1b30d566d4758fd8678bc3b0615 to your computer and use it in GitHub Desktop.
Save aniketmlk6/9aa3f1b30d566d4758fd8678bc3b0615 to your computer and use it in GitHub Desktop.
if a==2:
print("a is 2")
elif a==3:
print("a is 3")
elif a==4:
print("a is 4")
else:
print("I don't know")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment