[Python] Use exec() Function To Batch Variable Assignment
When we developing a program, sometimes we need to assign many variable with one time. It may be when many interface components are made in one go, or when many numerical settings are made in one go.
Read More »[Python] Use exec() Function To Batch Variable Assignment