words
words = ['moon', 'stars', 'galaxy']
### adjust code here ### lengths = [
print(lengths) # expected [4, 5, 6]
Setting up Python environment...