What am I missing? it won’t green light it
I’ve tried using str() in multiple ways to no effect
The solution only gives me the completed exercise, but all I want help with is this task
I’ve tried the space thing, but no effect
Thanks for your help
Can anyone explain why “Row” gives you an error but "Row " with a space at the end works? I see that the missing space was my error, but I don’t understand why.
THIS! I had the same problem and adding a space behind “Row” so that it read "Row " fixed the issue… But I don’t know why. Why is it important to include the space?
Oh! @jcarbs3 I think I figured it out. In the exercise directions it specifies:
"Outside of the function, call repeat_stuff .
You can use the value "Row " for stuff and 3 for num_repeats ."
If you look closely, the directions show "Row " with the space and I guess the answer must match the solution exactly for it to work. I assume they could have written the directions without the space and then “Row” would have worked just fine.