This project is programmed to draw a happy face but something is not quite right! The pen continues to draw from one of the eyes to the smile when it should not be doing so. How can we fix the program?
We looked at the blocks, and there was a pattern where there's 'pen up' and then 'pen down' and in the bottom code, we noticed the pattern was missing so we added it, and that fixed it.