The Scratch Cat should do a flip when the space key is pressed. But when the space key is pressed, nothing happens! How do we fix the program?
Cat does not visually flip because code is being executed too fast. Added 'Wait (0.1) second's codes to help the program execute the code properly. Run-time problem.