Défi : Exercices de Découpage et de Recherche
Tâche
Swipe to start coding
Use simple string tools — methods, slicing, in, and f-strings — to complete each expression.
All variables are already defined — do not change them.
Compute:
name_clean— remove extra spaces fromfull_name.has_quick— check if"quick"appears insentence(case-insensitive).inside_parens— extract text between parentheses(and).o_count— count how many'o'letters are insentence(case-insensitive).domain— fromemail, take everything after@(after trimming and lowercasing).report— build"Name | Domain | Count"using an f-string andSEP.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 6
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Suggested prompts:
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Génial!
Completion taux amélioré à 3.45
Défi : Exercices de Découpage et de Recherche
Glissez pour afficher le menu
Tâche
Swipe to start coding
Use simple string tools — methods, slicing, in, and f-strings — to complete each expression.
All variables are already defined — do not change them.
Compute:
name_clean— remove extra spaces fromfull_name.has_quick— check if"quick"appears insentence(case-insensitive).inside_parens— extract text between parentheses(and).o_count— count how many'o'letters are insentence(case-insensitive).domain— fromemail, take everything after@(after trimming and lowercasing).report— build"Name | Domain | Count"using an f-string andSEP.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 6
single