Code Experts
Home
Challenges
Notes
Compiler
Forum
Exam
Contact
Sign in
Sign up
Home
Challenges
Notes
Compiler
Exam
Forum
Contact
Log In / Register
Copied To Clipboard !
Group Words by Length
Write a code that takes a list of words and returns a dictionary where the keys are word lengths and the values are lists of words with that length.
Code :
["apple", "banana", "pear", "kiwi", "grape"]
Total :
0 Discussion
Login
Code (Optional)
Upload Code Image (Optional)
Post Your Comment