Correzioni

This commit is contained in:
Rnhmjoj 2012-12-25 22:50:33 +01:00
parent 93af6201d7
commit 3281bfe192
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
* Frattali
*
* Modulo in python per disegnare frattali usando turtle graphics.
* Modulo in python 3 per disegnare frattali usando turtle graphics.
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php

View File

@ -17,7 +17,7 @@ I tipi di frattali sono organizzati in classi. Per disegnarne uno istanziare un
*Velocità: un intero tra 0 e 10 o una stringa "fastest" = 0, "fast" = 10, "normal" = 6, "slow" = 3, "slowest" = 1;
*Riempi: True o False per riempire il frattale dopo averlo disegnato;
Es. figura = koch("#92182b",0,True)
Es. figura = koch("#92182b",0,True)
Dopo aver creato l'oggetto per disegnare usare il metodo ".disegna()":