Home > other >  Python error: TypeError: expected string or bytes - like object
Python error: TypeError: expected string or bytes - like object

Time:12-19

For STRS in sheet1_allDatas:
FLG +=1
For I in range (len (STRS) :
File_data1=parrten1. The.findall (STRS [0])
File_data2=parrten2. The.findall (STRS [0])
STRS [0]="". Join (file_data2)
STRS. Insert (1, "". Join (file_data1))
New_data. Append (STRS) [/code]


Error:

  • Related