Day Task 8: Python Tuples: (a). Create a tuple Access tuple items Change tuple values Loop through a tuple Check if a tuple item exists Get the length of a tuple Delete a tuple Using the tuple() constructor to create a tuple (b). Tuples Explained