Skip to content

Instantly share code, notes, and snippets.

@calthoff
Created May 5, 2018 03:28
Show Gist options
  • Select an option

  • Save calthoff/50c42cdf397034f87264bae530761948 to your computer and use it in GitHub Desktop.

Select an option

Save calthoff/50c42cdf397034f87264bae530761948 to your computer and use it in GitHub Desktop.
x = 32
if x % 2 == 0:
print("x is even")
if x == 32:
print("And x is 32.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment