I am looking to get one list of multiple nested list:
list1 = [[1,2],[3,[4,5]],6,[7]] Output --> [1,2,3,4,5,6,7]
I just joined Stack overflow and hence couldn\'