for f in foo:
f = 'bla-bla-bla'
f
- это всего лишь переменная, которая ссылается на элемент итерируемого объекта. Изменяя значение f
ты лишь меняешь на какой элемент она будет ссылаться, а не сам элемент итерируемого объекта.>>> foo = [1,2,3,4,5,6]
>>> for key, value in enumerate(foo):
... foo[key] = value * value
...
>>> foo
[1, 4, 9, 16, 25, 36]
select max(model_id) as model_id, city_id, max(region_id) as region_id
from articles a join models m on a.model_id = m.id
group by city_id
location / {
rewrite ^([^.\?]*[^/])$ $1/ permanent;
try_files $uri @clean_url;
}
rewrite ^([^.\?]*[^/])$ $1/ permanent;
position:fixed;
top:50%;
transform: translateY(-50%);
left:0; /* or right:0; */