0
can you make out by step how does this program work?
words = ["hi", "solo", "learn"] more = [x * len (x) for x in words] print (len (max (more, key = len)))
3 Antworten
0
And I don't understand why need key? and what does it mean max(more, key=len) I There is writing on the print