Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaBaweja
Created January 1, 2020 15:40
Show Gist options
  • Save ChaitanyaBaweja/54656233ad8a8820602565173dd1e11a to your computer and use it in GitHub Desktop.
Save ChaitanyaBaweja/54656233ad8a8820602565173dd1e11a to your computer and use it in GitHub Desktop.
a = True
b = True
if not a and b:
print('Hello World')
else:
print('Bye World')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment