Is this for loop nested inside the show_next_track() function?
- No, because it's indented the same as the function
- Yes, because it comes after the function
- No, because we can't nest loops inside functions
No, because it's indented the same as the function.