Skip to content

Instantly share code, notes, and snippets.

@SushmaBaliza
Created June 4, 2020 05:52
Show Gist options
  • Save SushmaBaliza/0a6c0f99e0aa58173687e058a0a5bf64 to your computer and use it in GitHub Desktop.
Save SushmaBaliza/0a6c0f99e0aa58173687e058a0a5bf64 to your computer and use it in GitHub Desktop.
[2, 4, 6, 7, 10, 12, 13, 15, 17]
[2, 4, 6, 8, 10, 12, 13, 15, 17]
[2, 4, 6, 8, 10, 12, 14, 16, 18]
['Code Refer', 4, 6, 8, 10, 12, 14, 16, 18]
Traceback (most recent call last):
File "Listedit.py", line 21, in <module>
list_1[11] = 20
IndexError: list assignment index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment