For I in F_List:
Fu=re. Match (' \ "(. *?) \ ", \ "(. *?) \ ", \ "(. *?) \ ", \ "(. *?) \ ", \ "(. *?) \ ", I)
Print (fu) group (1)) # error: object is not subscriptable NoneType '
Print (fu) group (1))
# have results
For I in F_List:
Fu=re. Match (' \ "(. *?) \ ", \ "(. *?) \ ", \ "(. *?) \ ", \ "(. *?) \ ", \ "(. *?) \ ", I)
Print (fu) group (1)) # error: object is not subscriptable NoneType '
Print (fu) group (1))
# have results