--- type: challenge title: "The Report" xp: 100 duration: 35 difficulty: 3 --- # The Report > **[INCOMING — Mission Control, Earth]** > > Cadet, capstone for the strings module. Combine f-strings, > repetition, methods, and `\n` joining into one formatted output. > > Repetition: `"=" * 30` produces a string of 30 equals signs. > > Implement `format_report(name, status, location, time)` that > returns this exact 8-line report as a single string (lines joined > with `\n`): > > ``` > ============================== > MISSION REPORT > ============================== > Name: > Status: > Location: > Time: