Posts by P. Sampaio • 13 points
1 post
-
1
votes2
answers50
viewsQ: Get list names that are 4 in size
I am trying to solve the following problem: from a list of names, I need to return only the names with len 4. I wrote the code below but apparently the loop is not working since, in a list with 4…