I am trying to get data from list within list data1 = [[‘Once per…

Question Answered step-by-step I am trying to get data from list within list data1 = [[‘Once per… I am trying to get data from list within list data1 = [[‘Once per day’, ’50 times per day’, ‘Once per week’, ‘Twice per day’], [‘Serverless’, ‘Infrastructure as a Service’, ‘Hybrid Compute’, ‘Virtual Machine Scale Set’]]data2 = [[‘Twice per day’, ’50 times per day’, ‘Once per day’, ‘Once per week’], [‘Virtual Machine Scale Set’, ‘Infrastructure as a Service’, ‘Hybrid Compute’, ‘Serverless’]]  I am trying to check in which index the first item from data1 is in data2 for example Sample Output34 as “Once per day” first item from data1 is changed to index 3 in data2 and adding 1 to index Computer Science Engineering & Technology Python Programming COMPUTER S CSC462 Share QuestionEmailCopy link Comments (0)