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.

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

30.5k questions

32.5k answers

500 comments

108k users

Browse Categories

...