QuestenaPractice that shows what to review next
Question 97

Which index selects the first character of the nonempty string "python"?

  1. 1
  2. 0Correct answer
  3. -1
  4. None

Explanation

Python sequence positions begin at zero, so the first character occupies index 0. Using 1 would select the second character, while a negative value would count from the end.

Continue with this test

Start practice
Question 97: Which index selects the first character of the nonempty… · Python Fundamentals · Questena