CBSE Class 12 Computer Science Question 22 of 105

Python Revision Tour II — Question 1

Back to all questions
1
Question

Question 1

The numbered position of a letter in a string is called ...............

  1. position
  2. integer position
  3. index
  4. location
Answer

index

Reason — The index is the numbered position of a letter in the string.