Skip to content

Instantly share code, notes, and snippets.

@goyalrohit
Created September 22, 2019 10:45
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 goyalrohit/174e6f9e286ffbf4d347fa6f189fe010 to your computer and use it in GitHub Desktop.
Save goyalrohit/174e6f9e286ffbf4d347fa6f189fe010 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
#no argument is passed in zip
list1 = zip()
#prints an empty zip
print(list1)
#type of the zip
print('type : ', type(list1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment