У меня есть следующий результат:
datos=['Venta Casas CARRETERA NACIONAL, Nuevo León', 'Publicado el 29 de Abr', 'ABEDUL DE LADERAS', '3 Recámaras', '4.5 Baños', '300m² de Construcción', '300m² de Terreno', '2 Plantas', ' 81-1255-3166', ' Preguntale al vendedor', 'http://zuhausebienesraices.nocnok.com/', "INFOSTATS_ADOAnuncios('5', '30559440');"]
И я хотел бы назначить другую переменную для каждого элемента, если он есть в списке, иначе это будет 0. Например:
recamara= the string from the list that has the word "Recámara"
bano= the string from the list that has the string "Baño"
и так далее. И если слова "Baño" нет в списке, то bano= 0