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

preview_player
Показать описание
#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.
()
Рекомендации по теме
join shbcf.ru