282
contributi
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 1: | Riga 1: | ||
{{Template:Acc_Menu_Python}} | {{Template:Acc_Menu_Python}} | ||
== Tipi numerici == | == Tipi numerici == | ||
=== Interi === | === Interi === | ||
Riga 17: | Riga 16: | ||
<class 'int'> | <class 'int'> | ||
</pre> | </pre> | ||
=== Float === | === Float === | ||
Riga 29: | Riga 27: | ||
<class 'float'> | <class 'float'> | ||
</pre> | </pre> | ||
=== Numeri complessi === | === Numeri complessi === | ||
Riga 170: | Riga 167: | ||
{{Box|Nota|Un metodo può essere definito (in modo un po' rudimentale) come una funzione applicabile ad un determinato oggetto. La sintassi standard é: ''oggetto.nome_metodo()''}} | {{Box|Nota|Un metodo può essere definito (in modo un po' rudimentale) come una funzione applicabile ad un determinato oggetto. La sintassi standard é: ''oggetto.nome_metodo()''}} | ||
* [http://docs.python.org/release/3.1.3/library/stdtypes.html#string-methods String Methods] | * [http://docs.python.org/release/3.1.3/library/stdtypes.html#string-methods String Methods] | ||
=== Liste === | === Liste === | ||
Riga 253: | Riga 249: | ||
* [http://docs.python.org/release/3.1.3/tutorial/datastructures.html#more-on-lists More on Lists] | * [http://docs.python.org/release/3.1.3/tutorial/datastructures.html#more-on-lists More on Lists] | ||
=== Tuple === | === Tuple === |
contributi