# Sketch Only ```skulpt_runner {"options":"canvas processing autostart display_sketch buttons", "height": "300", "display": "sketch"} def setup(): createCanvas(400, 400) def draw(): ellipse(mouseX(), mouseY(), 10, 10) ```