If I assign something like
process([[baby],[boy],[[is]dancing],[with],[[the][family]]],A)
,
then it gives output as
A = [[baby],[boy],[[is]dancing],[with],[[..][..]]].
I want it to show all the values on terminal.
Something like
A = [[baby],[boy],[[is]dancing],[with],[[the][family]]].