Correzioni
This commit is contained in:
parent
93af6201d7
commit
3281bfe192
@ -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
|
||||
|
@ -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()":
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user