Python Interview Question - Tuple

Published: 25 August 2023
on channel: Programming with Sikander
204
12

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


On this page of the site you can watch the video online Python Interview Question - Tuple with a duration of hours minute second in good quality, which was uploaded by the user Programming with Sikander 25 August 2023, share the link with friends and acquaintances, this video has already been watched 204 times on youtube and it was liked by 12 viewers. Enjoy your viewing!