m and n are lists or dicts or enumerates or classes or anything it can be
assigned like following:
instead of :
m.a=n.a;
m.b=n.b;
m.c=n.c;
...
I suggest
a,b,c of m to n ;
I thought of this while writing something in javascript since I love pyhton
above everything I can type (even more than nati
m and n are lists or dicts or enumerates or classes or anything it can be
assigned like following:
instead of :
m.a=n.a;
m.b=n.b;
m.c=n.c;
...
I suggest:
a,b,c of m to n ;
I thought of this while writing something in javascript since I love pyhton
above everything I can type (even more than