How does the for loop work in lists? Where can I find the documentation for this?
Sometimes when I look at other posts on Stack Overflow I see this:
my_list = [x.split(",") for x in my_list]
(I tried looking it up on the documentation, but I couldn’t find it.)