MCQs > IT & Programming > Python > Which command will create a list from 10 down to 1? Example:10,9,8,7,6,5,4,3,2,1

Python MCQs

Which command will create a list from 10 down to 1? Example:10,9,8,7,6,5,4,3,2,1

Answer

Correct Answer: List(reversed(range(1,11)))

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