User:-Python turtle graphics-/flower hexagon: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 October 2013

  • curprev 08:5108:51, 7 October 2013Luisa Moura talk contribs 412 bytes +412 Created page with "import turtle import random def hexagon(angle,size): angle=60 for i in range(6): turtle.forward(size) turtle.left(angle) def drawing(size): for i in range(..."