It`s my selfish program http://www.page.sannet.ne.jp/hirasho/sunaba/
SCRATCH q&a -> choose space -> make this dots html programs ctrl + c -> copy this sentences to paste these HTML save the html file click this html ctrl + c -> copy the builded sentences SUNABA paste them and make function as def like that def artMake(_x,_y,_mem) a -> -1 while a + 1 < memory[_mem] a -> a + 1 b -> 0 while b < memory[_mem] b -> b + 1 memory[60000 +_x+ b+((a+_y)*100)] -> memory[_mem+b+(a*memory[_mem])] artMake(1,16,20000) and use.