Python Programming Lab 3
Python Programming Lab 3
Output
original Tuple:
('Rice', 'Flour', 'Milk', 'Bread', 'Biscuit', 'Rice')
Enter the number of Items: 6
Rice appears 2 times
index of Flour is 1
Tuple to List
['Rice', 'Flour', 'Milk', 'Bread', 'Biscuit', 'Rice']