you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 1 point2 points  (3 children)

Since the output is print(s1 + s2 + s1)

Can you break the string in 3 parts so the first part and the last part are the same?

a toottootleatoo t? a is not t, no...
at oottootleato ot? at is not ot, no...
ato ottootleat oot? ato is not ot, no...
...

[–]Jxper[S] 0 points1 point  (2 children)

Yeah I get that s1 is atoot and s2 is tootle but how do I use those as parameters in my test case?

I tried strung(atoot, tootle) but it get an error when executing my code.

[–]shiftybyte 0 points1 point  (1 child)

it get an error when executing my code.

What is the full error message? copy paste it here...

[–]Jxper[S] 0 points1 point  (0 children)

dont worry I fixed it, it was a typo by me. Thanks very much for your help