Karina it looks like your code is not properly formatted which makes it hard to analyze.
The task is to implement the function createSamples
, but it looks like you're not doing anything to the input string as you're returning it unchanged with return s;
.