Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save OpnSrcConstruction/68e2eb20952f17bd22f87cbfb7b24af4 to your computer and use it in GitHub Desktop.
Save OpnSrcConstruction/68e2eb20952f17bd22f87cbfb7b24af4 to your computer and use it in GitHub Desktop.
Python Example: if choice w/ assignment #python #if #assignment
'''
@author: OpnSrcConstruction
'''
x = 1
if x == 1:
print('x is equal to 1')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment