Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 16, 2020 01:58
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/4565a904da7ad32412f497c3adb1f951 to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/4565a904da7ad32412f497c3adb1f951 to your computer and use it in GitHub Desktop.
t=()
print (t) #Output: ()
t1=tuple()
print (t1) #Output: ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment