Valentina cornejo 10000 lineas

De Casiopea
{{{Título}}}


Título
Palabras ClaveTarea 1
Período2012-
AsignaturaImagen Escrita 2012,
Del CursoTaller Inicial Común 1ª y 2ª Etapa,
CarrerasArquitectura, Diseño Gráfico"Diseño Gráfico" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property., Diseño Industrial"Diseño Industrial" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property.
Alumno(s)Valentina Cornejo
ProfesorHerbert Spencer

void setup() {

size(700, 700);
background(255);

for (float i=0; i<70000; i=i+7)
line((700), (i), random(i), random(i));

}