Is there a way in Python3 to modify the data in a collection directly?
For example, the below code:
var1, var2 = 0, 0 for data in [var1, var2]: data