• Write a program to generate the output from the given tuple. your_tuple=('xyz', 'ab', 'food', 'animals', 'names') num tuple (205,0,24,100,0,100) i. ('xyz', 'ab', 'food', 'animals', 'names') ii. (205,0,24,100,0,100) iii. Length,max,min value from your_tuple iv. Len, max,min value from num_tuple v. ('ab', 'food', 'animals') vi. (205,0,24) vii. Index of 'food' and 24 respectively vii. Find the number of occurrence of 'xyz' and 100 respectively.