Created
May 2, 2018 01:23
-
-
Save calthoff/5fe63c11256128a7a430b947e74a842f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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