Question: Please solve this by Python Problem 2: (List comprehensions, 40pts) Write a program in lists.py file that prints exactly the following output to the console.

Please solve this by Python
Problem 2: (List comprehensions, 40pts) Write a program in lists.py file that prints exactly the following output to the console. You should use list comprehensions when creating each list. In this problem, you may lose at least half of the points if you didn't use list comprehensions. In particular, all points will be lost if you didn't use for when creating the lists. [[],[,1],[,1,2],[,1,2,3],[,1,2,3,4]][,,1,,1,2,,1,2,3,,1,2,3,4][10,15,2,25,30,35][65,55,45,35,25,15]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
