Free practice · single-choice · easy

Practice

Read a string index

Given ticket = "AB42", what is ticket[0]?

Text transformation review

Normalize format without erasing business meaning

Inspect

PresenceRequired?
FormatDefined?

Transform

WhitespaceTargeted
CaseIntentional

Verify

MeaningPreserved
EdgesTested

Different text states need different protections. Keep identifiers, separators, blanks, and capitalization tied to an explicit contract.

Choose one answer