Computer Science - Text-Based Programming - Python - String manipulation - Secret Message Decoder

A spy-themed decoding challenge. Students are given encoded messages and must apply string operations to decode them. Message 1: 'OLLEH DLROW' → reverse it → 'HELLO WORLD' (use [::-1]). Message 2: 'h.e.l.l.o' → remove dots → 'hello' (use .replace('.', '')). Message 3: 'WHISPER' → make lowercase → 'w

Edodovivmagarwal
Computer Science - Text-Based Programming - Python - String manipulation - Secret Message Decoder
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 - Secret Message Decoder

vivmagarwal
vivmagarwalJan 29, 2026

Description

A spy-themed decoding challenge. Students are given encoded messages and must apply string operations to decode them. Message 1: 'OLLEH DLROW' → reverse it → 'HELLO WORLD' (use [::-1]). Message 2: 'h.e.l.l.o' → remove dots → 'hello' (use .replace('.', '')). Message 3: 'WHISPER' → make lowercase → 'w

Details

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

Engagement

19

Likes

0

Remixes

0

Comments