0
For other types, such as integers, indexing them isn't possible, and it causes a TypeError.
can somebody please explain this with example?
1 Respuesta
0
hi,
indexing is possible only with string not with other data type like int, float etc..
so it throws exception like type error