Skip to content

Instantly share code, notes, and snippets.

@poros
Created October 4, 2015 12:45
Show Gist options
  • Select an option

  • Save poros/20d144da4a93374f8a40 to your computer and use it in GitHub Desktop.

Select an option

Save poros/20d144da4a93374f8a40 to your computer and use it in GitHub Desktop.
Check if something is inside a container
for c in colors:
if c == 'blue':
return True
return False
'blue' in colors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment