Edodovivmagarwal
Computer Science - Text-Based Programming - Python - String manipulation - String Manipulation Drill
Log in

Preparing your experience...

Loading scripts and resources

Comments (0)

0/5000

Comments are reviewed before appearing publicly.

About this Experience

Computer Science - Text-Based Programming - Python - String manipulation - String Manipulation Drill

vivmagarwal
vivmagarwalJan 29, 2026

Description

Complete string operations. P1: 'Extract domain from email' → email='[email protected]'; domain = email.split('___')[1] [@]. P2: 'Check if palindrome' → word='racecar'; is_palindrome = word == word[___] [::-1]. P3: 'Count words in sentence' → sentence='Hello World Python'; count = len(sentence.___('

Details

Computer ScienceText-Based Programming - PythonClass 8, Stage 8, Class 8, Grade 8

Engagement

7

Likes

0

Remixes

0

Comments