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

Hello, I’m working on this task:

Here is my code:


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

result = s2

print(result)

Can anyone please help me to solve it?