282
contributi
Riga 76: | Riga 76: | ||
>>> type('1234') | >>> type('1234') | ||
<class 'str'> | <class 'str'> | ||
</pre> | |||
Le stringhe possono essere '''indicizzate''', cioé la posizione di ogni carattere può essere individuata con un numero: | |||
<pre> | |||
+---+---+---+---+---+ | |||
| P | r | o | v | a | | |||
+---+---+---+---+---+ | |||
0 1 2 3 4 5 | |||
-5 -4 -3 -2 -1 | |||
</pre> | </pre> | ||
contributi