This video explains about different ways to create a tuple.
It talks about a special case of creating a tuple with one element and how to create empty tuple.
Parenthesis is not compulsory while creating python tuple.
a = (1,2,3,4)
b = ()
c = (5)
d = 6,7,8
print(type(a) , type(b), type(c) , type(d))
https://www.slideshare.net/MohammedSi...
#pythoninterviewquestions #pythontuple
En esta página del sitio puede ver el video en línea Python Interview Question - Tuple de Duración hora minuto segunda en buena calidad , que subió el usuario Programming with Sikander 25 agosto 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 204 veces y le gustó 12 a los espectadores. Disfruta viendo!