Like let's say my list is
["Hello","My","Name","is","python"]
Can we make this like
{"Hello":5,"My":2,"Name":4,"is":2,"python":6}
I'm trying to make a programming challenge and finding the words.
But to faster the procces if it finds all lengths so it can check if it is like:
"I am 5 and it is 6 so it can't be me"