![]() |
Jupyter at Bryn Mawr College |
|
|
Public notebooks: /services/public/dblank |
println("hello world");
println("My name is Doug");
rect(10, 20, 50, 30);
size(500, 500);
triangle(100, 60, 80, 145, 40, 120);
fill(255, 0, 100);
rect(30, 20, 55, 55);