How would you create multiple lists populated with random numbers on bigger from previous preferably using list comprehension.
Example:
create 3 lists
list_1=[47]
list_2=[56,76]
list_3=[754,45,43]
How would you create multiple lists populated with random numbers on bigger from previous preferably using list comprehension.
Example:
create 3 lists
list_1=[47]
list_2=[56,76]
list_3=[754,45,43]