Skip to content

Instantly share code, notes, and snippets.

@schmiddy
Created March 23, 2016 19:29
Show Gist options
  • Save schmiddy/96fa38166a22f901c756 to your computer and use it in GitHub Desktop.
Save schmiddy/96fa38166a22f901c756 to your computer and use it in GitHub Desktop.
if not set([1, 2, 3]) <= set([3, 4]):
print "not a subset"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment