I have a basic question about python. I want to split the data like e.g.
    [[3,5],[6, 78],[4,45]]
     3,5,6,78,4,45. 
I am using split method but is there any better way to do it ?
I have a basic question about python. I want to split the data like e.g.
    [[3,5],[6, 78],[4,45]]
     3,5,6,78,4,45. 
I am using split method but is there any better way to do it ?
