Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 16, 2020 03:19
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/22a9434990c37d95a4a0b090a3774e5f to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/22a9434990c37d95a4a0b090a3774e5f to your computer and use it in GitHub Desktop.
t=('red','blue','green','red')
print (len(t)) #Output: 4
t1=([1,2,3],1,2,3)
print (len(t1)) #Output: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment