Posts by N4Dr • 11 points
1 post
-
1
votes1
answer492
viewsQ: exec command does not work in python
Well, I’m not able to perform external functions (with exec) that will change global lists to be used in my main function, follows code: m = [] n = [] def mp((a,b),p): c = [n[0] for n in p] d =…