Hello. Tell me, can I change a certain variable in a function? An example is a function:
function sum() a = 0 b = 0 c = 0 d = 0 i = 0 print(a + b + c + d + i) Is it possible to somehow change a certain variable in it by passing the name of this variable and the value of Example:
sl = {'a': 5, 'c': 2} sum(sl) And in the end, 7 will be displayed. I just can't even imagine how this can be realized!
{'popup_title': u'Добавление пуговицы', 'fields': [{'title': u'Пуговица', 'type': ButtonSelector},...]}. - Lebedev Ilya