I reading about tuples and using it in function like do_sth(tuple…) and i think how write this in one line. If is possible do something not only for one element like get(Dict, element, new_value) but for more than one element like get(Dict, tuple…, new_val)(yep i know this syntax isn’t correct).
I coming from C++