
One of the most difficult things about getting started with programming is that you have to be very specific about the syntax. If this happens, make sure that you've copied the example code exactly: the numbers should be contained within parentheses and have commas between each of them, the line should end with a semicolon, and ellipse has to be spelled correctly. If nothing appears, the editor may be having trouble understanding what you’ve typed. If you've typed everything correctly, this will appear in the display window: To learn more visit using p5 with a screen reader tutorial.

If you are using a screen reader, you must turn on the accessible outputs in the p5 online editor, outside the editor you must add the accessibility library in your html. On the editor press play to display your code in action! Note for screenreader users The line you just added draws an ellipse, with its center 50 pixels over from the left and 50 pixels down from the top, with a width and height of 80 pixels.
