Computer Science, asked by azeerafathima69, 5 months ago

Indexing is also called

Answers

Answered by Shädøwkïru
2

Answer:

In Python strings, each separate character is assigned a location number, named “index” and this process is known as “indexing”. Python assigns indices in 2 directions: 1. in forward direction; here the indexes are numbered as 0,1, 2, length-1.

Similar questions