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
Nesta página do site você pode assistir ao vídeo on-line Python Interview Question - Tuple duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Programming with Sikander 25 Agosto 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 204 vezes e gostou 12 espectadores. Boa visualização!