filmov
tv
Python Full Course | list and tuple in python | Core Python

Показать описание
#vgroups
#pythondatatypes
#pythonforbrgginers
#corepython
My Instagram Link:
Python Full Course playlist link:
list
tuple
set
frozenset
dict
bytes
bytesarry
range
list:
=====
if we want to rep a grp of values in a single entity.
when insertion order is preserved.
duplicates are allowed.
heterogenous obejects.
l=[10,20,30,40,10,20]
[]===list
()===tuple
{}===set
{10:'sunny',20:'leone'}==dict
tuple()
=======
list
tuple is a immutable.
()
#pythondatatypes
#pythonforbrgginers
#corepython
My Instagram Link:
Python Full Course playlist link:
list
tuple
set
frozenset
dict
bytes
bytesarry
range
list:
=====
if we want to rep a grp of values in a single entity.
when insertion order is preserved.
duplicates are allowed.
heterogenous obejects.
l=[10,20,30,40,10,20]
[]===list
()===tuple
{}===set
{10:'sunny',20:'leone'}==dict
tuple()
=======
list
tuple is a immutable.
()