On Tue, 6 Jul 2021 at 17:22, Nithya Duraisamy <nithyadura...@gmail.com>
wrote:

> Hi Vijay,
>
> Now its coming as [['6245'], ['3985'], ['4085']]
>

Above one is a nested list.

But expected is ['6245', '3985', '4085']
>

Create an empty list
loop through the nested list
     append to the empty list

Regards
Rengaraj
_______________________________________________
Chennaipy mailing list
Chennaipy@python.org
https://mail.python.org/mailman/listinfo/chennaipy

Reply via email to