Skip to content

Instantly share code, notes, and snippets.

@prakashgd
Last active August 1, 2016 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prakashgd/096c2462752d12e0914421f56ca0c95c to your computer and use it in GitHub Desktop.
Save prakashgd/096c2462752d12e0914421f56ca0c95c to your computer and use it in GitHub Desktop.
a, b = set(raw_input("Enter Set 1: ")), set(raw_input("Enter Set 2:"))
print "Similar elements = {} ".format(a&b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment