Open robinje opened 2 years ago
Using a for loop to generate a dictionary that has values of dictionaries should not be recommended for comprehension as it is not a valid use case.
for x in y: a = { x : {z : 'va'l}}
Using a for loop to generate a dictionary that has values of dictionaries should not be recommended for comprehension as it is not a valid use case.
for x in y: a = { x : {z : 'va'l}}