FAUN — Developer Community 🐾

We help developers learn and grow by keeping them up with what matters. 👉 www.faun.dev

Follow publication

Member-only story

Go For Python Developers

Umangshrestha
FAUN — Developer Community 🐾
4 min readDec 4, 2021

--

Lists

Array
>>> a = (0, 1, 2)
>>> a[1]
1
>>> a[1] = 2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: 'tuple' object does not support item assignment
>>>

--

--

Published in FAUN — Developer Community 🐾

We help developers learn and grow by keeping them up with what matters. 👉 www.faun.dev

Written by Umangshrestha

I like computer and programming. I am currently trying to learn how to write articles for sharing what I know.

No responses yet

Write a response