MCQs > IT & Programming > Python > Correct answer from the given options. List = [1. 2. 3. 1. 2. 1. 2. 3. 2. 1] print(sum(List)+List.count(1)+len(List)+List.index(2)+List.index(2.2))

Python MCQs

Find the output of the following Python code and select the correct answer from the given options.

List = [1. 2. 3. 1. 2. 1. 2. 3. 2. 1]


print(sum(List)+List.count(1)+len(List)+List.index(2)+List.index(2.2))


Answer

Correct Answer:

39 

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it