QuestenaPractice that shows what to review next
Question 100

Classify the boundaries of the basic slice text[2:5]. Which statements are true? Select all that apply.

  1. The element at index 2 is included.Correct answer
  2. The element at index 2 is excluded.
  3. The element at index 5 is excluded.Correct answer
  4. The element at index 5 is included.

Explanation

The element at position 2 is eligible because the start boundary is inclusive, while the element at position 5 is excluded by the stop boundary. Claims that include both ends or reverse their roles misread the half-open interval.

Continue with this test

Start practice
Question 100: Classify the boundaries of the basic slice text[2:5]. Which… · Python Fundamentals · Questena