In reply to @frusadev "Hello how to mutate": for x in y loops implicitly use the items iterator which provides immutable variables. You'll need to explicitly use the mitems iterator. For for var in varsss.mitems At least from what I recall off-the-cuff