Length

Report a typo

Given a list of words in the code below, create a list of lengths of those words and print it.

Write a program in Python 3
words = ["apple", "it", "creek", "pelican", "subsequent", "horse",
"apothecary"]
___

Create a free account to access the full topic