Hi! i ty to make
output = r'C:\Temp\test.gdb\BAV1'
target = r'C:\download
fcs2 = [a, b, c, d]
# Set the workspace
arcpy.env.workspace = ready
for x in range(len(fcs2)):
arcpy.MakeFeatureLayer_management(fcs2, output)
arcpy.SelectLayerByAttribute_management(output, 'NEW_SELECTION', "city = 'Paris'")
arcpy.CopyFeatures_management(output, target)but i've got an error message, can you help me about my script for put my list please