Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Return dictionary of string
Python Code Challenge
122 -
Create a function that takes in a list of strings and returns a dictionary where the keys are the strings and the values are the lengths of the strings.
Python
Dictionaries
Functions