Question: why this happens and how to fix it? A list of programming languages named language list is given to you as a list of strings.

why this happens and how to fix it?A list of programming languages named language list is given to you as a list of strings. Write a for loop with a break statement and print out the index of an element in language_list that is the same as 'Python. Please note that you don't have to declare language_list, as it is already given. Sample Input 1: Python, Java, C++ Sample Output 1: 0 Sample Input 2: R, Fortran, Python, SQL Sample Output 2: 2 Write a program, test using stdin stdout Time limit: 15 seconds Memory limit: 256 MB 1 #language list is already declared 3 4 5 6 Correct answer from 21 learners Total 27% of tries are correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
