I'd like to simply know if this does not lead the program to errors.
for a in b:
if <condition>:
b = b + [something]
I'd like to simply know if this does not lead the program to errors.
for a in b:
if <condition>:
b = b + [something]