SyntaxFix
Write A Post
Hire A Developer
Questions
To find all of the lengths of the values in a dictionary you can do this:
lengths = [len(v) for v in d.values()]