Section 1. Chapter 18
single
Challenge: Slicing and Search Drills
Swipe to show menu
Task
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
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 18
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat