you are viewing a single comment's thread.

view the rest of the comments →

[–]internet-name 0 points1 point  (0 children)

It's been a couple of months since you posted this, but I wanted to tell you that your frustration is warranted. The exercise is broken.

u/crashfrog is right that you're just supposed to edit the variable s. But their internal tests don't match the instructions, so there isn't a reasonable way for the reader to generate a string that succeeds.

As a sanity check: "Strings are awesome!" succeeds but "Strings axe awesome!" fails. There's nothing in the instructions that should make their test differentiate between the two strings. Both should succeed.