File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Le Pyllole sono brevi e semplici spiegazioni relative al linguaggio Python 3.
3030* [ Come usare Python] ( Pyllole/01_Use_Python.md ) - [ Ambiente di sviluppo] ( Pyllole/05_Development_Environment.md )
3131* [ Sintassi di base] ( Pyllole/11_Syntax.md )
3232* [ Le variabili] ( Pyllole/21_Variables.md )
33- * [ Print] ( Pyllole/23_Print.md ) - [ Input] ( Pyllole/25_Input.md ) - [ If/Else] ( Pyllole/27_If-Else.md ) - [ Cicli] ( Pyllole/Loops .md )
33+ * [ Print] ( Pyllole/23_Print.md ) - [ Input] ( Pyllole/25_Input.md ) - [ If/Else] ( Pyllole/27_If-Else.md ) - [ Cicli] ( Pyllole/29_Loops .md )
3434* [ Numeri] ( Pyllole/41_Type_Number.md ) - [ Stringhe] ( Pyllole/42_Type_String.md ) - [ Booleani] ( Pyllole/43_Type_Boolean.md ) - [ None] ( Pyllole/44_Type_None.md )
3535* [ Liste] ( Pyllole/53_Type_List.md ) - [ Tuple] ( Pyllole/55_Type_Tuple.md ) - [ Set] ( Pyllole/57_Type_Set.md ) - [ Dizionari] ( Pyllole/59_Type_Dictionary.md )
3636* [ Try/Except] ( Pyllole/61_Try_Except.md )
@@ -44,7 +44,7 @@ Le Pyllole sono brevi e semplici spiegazioni relative al linguaggio Python 3.
4444 * Per condividere il tuo codice, in un forum o chat, usa un servizio per la condivisione del codice
4545 * [ hastebin] ( https://hastebin.com ) - [ arin.ga] ( https://arin.ga ) - [ dpaste.de] ( https://dpaste.de )
4646 * Puoi provare il tuo codice, senza installare nulla sul tuo PC, usando un compilatore online
47- * [ Judge0 IDE] ( https://ide.judge0.com ) - [ repl.it] ( https://repl.it/ )
47+ * [ Judge0 IDE] ( https://ide.judge0.com ) - [ trinket.io ] ( https://trinket.io ) - [ repl.it] ( https://repl.it/ )
4848
4949## Documentazione Gratuita
5050
You can’t perform that action at this time.
0 commit comments