1
2
3
4
5
6
7
8
9
10
11
MISSION BRIEFING
We have intercepted a scrambled communication. It appears to be reversed.
OBJECTIVE:
Fix the decode() function to reverse the string back to normal.
HINT: Python uses [::-1] to slice backwards.
Terminal Output
Waiting for execution...