Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 17, 2020 02:25
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/05331c4ba6ac0627642a623f21df83c1 to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/05331c4ba6ac0627642a623f21df83c1 to your computer and use it in GitHub Desktop.
t1=(1,2,3)
t1[3]=5
#Output:
# t1[3]=5
#TypeError: 'tuple' object does not support item assignment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment