Please help me with the task: Swear you are a member of resistance.

Hello, I’m working on this task:

Create a string variable named ‘i_swear’ with the value ‘I am a member of the resistance’ and print it 5 times, each on a new line.

Here is my code:


i_swear = "I am a member of the resistance"
i_swear = "Some string" "I am a member of the resistance"
i_swear = "I am a member of the resistance"
i_swear = "I am a member of the resistance"
i_swear = "I am a member of the resistance"

Can anyone please help me to solve it?