15.1 What does frameCount show us?
15.2 Change println("I'm drawing"); to print("I'm drawing"); What is the difference between print and println?
15.3 How can you add a space between the g and the frame count in 15.1?