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?

Hello Jouhanes_NW
it seems you’re declaring the variable instead of printing it to the console,
You can use “Console.WriteLine(Variable_Name)” to output the string