Intellipaat 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 to answer this question.

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...