Opening the reading…
Opening the reading…
DSA FUNDAMENTALS › STRING BASICS
This is a scratch drill — your code runs, nothing is graded or recorded. No test cases, no expected output, no verdict.
TASK
Create three fresh copies of "planet". Remove the first character, the last character, and the kth character where k = 3, then print the results in that order: "lanet", "plane", and "plnet".
OUTPUT
Samplelanet plane plnet
What a finished answer prints, from the lesson. Nothing has run yet — press Run and this is replaced by your program’s own output.