Help, I just can't figure it at and it has been like 2 hours. The question is related to python. Thanks for your help
What is the value for x after the following is executed?
x = ''
for c in "spam spam spam": x = x + c
What is the value for x after the following is executed?
x = ''
for c in "spam spam spam": x = x + c