User:-Python turtle graphics-/red house: 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:5408:54, 7 October 2013Luisa Moura talk contribs 464 bytes +464 Created page with "import turtle import random import math lado=a=b=50 c = math.sqrt(a**2+b**2) turtle.color('red') def house(): turtle.forward(lado) turtle.left(135) turtle.forw..."