Skip to content

Instantly share code, notes, and snippets.

@ryanckulp
Created January 1, 2018 22:29
Show Gist options
  • Save ryanckulp/0e9ef2d30ab9604024d22a7267bfc2c3 to your computer and use it in GitHub Desktop.
Save ryanckulp/0e9ef2d30ab9604024d22a7267bfc2c3 to your computer and use it in GitHub Desktop.
if/else example in Python
if x == 5:
print("Correct!")
else:
print("Incorrect!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment