Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 17, 2020 00:14
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/4680035880237f3060ce28b3851bd686 to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/4680035880237f3060ce28b3851bd686 to your computer and use it in GitHub Desktop.
t1=(1,2,3,4,5)
l1=[1,2,3]
print (t1>l1)
#Output:TypeError: '>' not supported between instances of 'tuple' and 'list'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment