Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created June 15, 2020 03:57
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 IndhumathyChelliah/fd2f9891a4387e1884e435cb2e935ba0 to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/fd2f9891a4387e1884e435cb2e935ba0 to your computer and use it in GitHub Desktop.
import copy
s1={1,2,3}
s2=s1.copy()
print (s2)#Output:{1,2,3}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment