Please help me with the task: The main goal of resistance.

Hello, I’m working on this task:

Here is my code:


s0 = " "
s1 = "goal"
s2 = "The"
s3 = "main"
s4 = "of"
s5 = "humankind"
s6 = "resume"
s7 = "to"
s8 = "domination."
s9 = "is"
s10 = "resistance"

str1= s2 + s0 + s3 + s0 + s1 + s0  + s4 + s0 + s10 + s0
str2= s9 + s0 + s7 + s0 + s6 + s0 + s5 + s0 + s0 + s8
result= str1 + str2

print(result)

Can anyone please help me to solve it?