Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (1.5k points)
Can someone help me to write a function that accepts a natural number n and returns a list of lists arranged in ascending order. For example: factorial_list (4) → [[1], [1, 2], [1, 2, 3], [1, 2, 3, 4]]

Please log in or register to answer this question.

Browse Categories

...