Kura Kura 21 Film Link Official
Note: I assume you mean the Indonesian film or short titled "Kura Kura 21" (also stylized Kura-Kura 21). If you meant a different title, specify and I’ll adjust.

Note: I assume you mean the Indonesian film or short titled "Kura Kura 21" (also stylized Kura-Kura 21). If you meant a different title, specify and I’ll adjust.
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
ellipse(200, 200, 50, 50);
}