Posts by bruno • 83 points
2 posts
-
4
votes3
answers1885
viewsA: Longest word in a sentence in the list - Python
max(text, key=len) Where text is the list with the sliced string
-
4
votes1
answer800
viewsQ: Delete values from the html list of options
I have a page and I show 4 options for each of the 4 alternatives. Each option has a value from 1 to 4. I would like that each time the user selects a value, this value is deleted from the list of…