xxxxxxxxxx
12
var c=299792458
var d=40075
var awnser = (c/d) /1000
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
textSize(30)
text(awnser,100,200)
}
The p5.js Editor uses cookies. Some are essential to the website functionality and allow you to manage an account and preferences. Others are not essential—they are used for analytics and allow us to learn more about our community. We never sell this data or use it for advertising. You can decide which cookies you would like to allow, and learn more in our Privacy Policy.