emablekos
Results
1
issues of
emablekos
Thanks for this code. I get an attribute error when doing a for-in loop. ``` def foo(): a = ["a", "b"] b = "c" for val in a: b =...