Aug 022009
Python tuple
consist of a number of objects which can be referenced by their position number within the object.
———
e.g.,
fruit = (“Apple”,”Banana”,”Cherry”,”Fig”,”Grapefruit”)
Python tuple
consist of a number of objects which can be referenced by their position number within the object.
———
e.g.,
fruit = (“Apple”,”Banana”,”Cherry”,”Fig”,”Grapefruit”)
