Home > other >  Can you tell me the print of the cycle is wrong?
Can you tell me the print of the cycle is wrong?

Time:02-17

Just learning python, can you tell me the print of the cycle is wrong?
 
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
  • Related