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?
All that needed to be done was between the code blocks where the 2nd eye and mouth are drawn, I added pen up after the eye was drawn and pen down just before the mouth was drawn.