282
contributi
Riga 165: | Riga 165: | ||
* [http://docs.python.org/release/3.1.3/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range Sequence Types — str, bytes, bytearray, list, tuple, range] | * [http://docs.python.org/release/3.1.3/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range Sequence Types — str, bytes, bytearray, list, tuple, range] | ||
Per l'analisi dei singoli metodi applicabili alle stringhe | Per l'analisi dei singoli '''metodi''' applicabili alle stringhe: | ||
{{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] |
contributi