Python Tuple
Python Tuple
BCSG0001
• Can be Homogeneous (similar data type) or Heterogeneous (data type different types)
rows or tuples
Creating a Tuple
Tuple Packing
Creating a Tuple
X
‘tpl’ is
integer
type
Note: In case your generating
a tuple with a single element,
make sure to add a comma
after the element.
len() Returns length of the tuple or size of the tuple