Rather than rewriting the variable's name, we can use the += operator to add a number with likes += 1.
+=
likes += 1
Make sure to pick likes, followed by +=, and finally 1.
likes
1