Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Last active December 10, 2015 05:38
Show Gist options
  • Select an option

  • Save c0ldlimit/4389093 to your computer and use it in GitHub Desktop.

Select an option

Save c0ldlimit/4389093 to your computer and use it in GitHub Desktop.
Python: Simple One-Line IF Statement #python #c0ldlimit
# value_when_true if condition else value_when_false
'Yes' if fruit == 'Apple' else 'No'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment