Q-1.Write a Python program to create a tuple.
Q-2.Write a Python program to create a tuple with different data types.
Q-3.Write a Python program to create a tuple of numbers and print one item.
Q-4.Write a Python program to unpack a tuple into several variables.
Q-5.Write a Python program to unpack a tuple into several variables and sum.
Q-6.Write a Python program to add second and third items in a tuple.
Q-7.Write a Python program to swap the 4th element from the last element of a tuple.
Q-8.Write a Python program to find the length of a tuple.
Q-9.Write a Python program to remove second item from a tuple
Q-10.Write a Python program to find the index of an item in a tuple.