Chargement de l'exercice…
An acronym is a quick way to turn a long name into a few clear letters. The function acronym receives a string s, splits it into words, and builds a new string from the first letter of each word. Convert every letter in the result to uppercase.
"Portable Network Graphics""PNG""as soon as possible""ASAP""word""W"def acronym(s: str) -> str:
Connectez-vous pour voir l'historique des soumissions
Se connecterConnectez-vous pour utiliser le Mentor IA
Se connecter"Portable Network Graphics""PNG""as soon as possible""ASAP""word""W""""""you only live once""YOLO""elbissop sa noos sa""ESNS"