71. Write a Python program to create a tuple with different data types.
72. Write a Python program to find the length of a tuple.
73. Write a Python program to reverse a tuple.
74. Write a Python program to convert a tuple to a string.
75. Write a Python program to slice a tuple.
76. Write a Python program to find the maximum and minimum element in a tuple.
77. Write a Python program to convert a list of tuples into a dictionary.78. Write a Python program to convert a list to a tuple.
79. Write a Python program to find the occurrences of an element in a tuple. 80. Write a Python program to find the index of an element in a tuple.
Post a Comment