#つぶやきProcessing w,h=500,250 def setup():size(w,w) def draw(): background(240,h,h);translate(h,h) a,k=0,sin(frameCount/30.) while a