I don't think that's a real
After pressing enter at the end of line
nope scrub that because you get the 3 ... in the error message which is not in the photo, but I still thin the bracket is a phantom
This could be it
add 4 spaces and press enter
add
[ as the 3 dots are all aligned with each otherAfter pressing enter at the end of line
print('No, I really really like ' + dog +'s!\n')if you press space until the text wraps then type... print("\nThat's just how I feel about dogs.")it will show the same as the picture less the phantom [nope scrub that because you get the 3 ... in the error message which is not in the photo, but I still thin the bracket is a phantom
This could be it
print('No, I really really like ' + dog +'s!\n')press enteradd 4 spaces and press enter
add
print("\nThat's just how I feel about dogs.")>>> for dog in dogs:
... print('I like ' + dog + 's.')
... print('No, I really really like ' + dog +'s!\n')
...
... print("\nThat's just how I feel about dogs.")
File "<stdin>", line 5
print("\nThat's just how I feel about dogs.")
^
SyntaxError: invalid syntax
>>>
