SyntaxFix
Write A Post
Hire A Developer
Questions
Do this instead:
values = [[1,2,3],[4,5]] for x in values: if len(x) == 3: print(x)