Skip to content

Instantly share code, notes, and snippets.

@calthoff
Created May 2, 2018 01:23
Show Gist options
  • Select an option

  • Save calthoff/5fe63c11256128a7a430b947e74a842f to your computer and use it in GitHub Desktop.

Select an option

Save calthoff/5fe63c11256128a7a430b947e74a842f to your computer and use it in GitHub Desktop.
y = 12
if y % 2 != 0:
print("y is even.")
else:
print("y is odd.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment