Question Info

This question is public and is used in 3 tests or worksheets.

Type: Multiple-Choice
Category: Business Technology
Level: Grade 11
Author: JenniferCrump
Created: 8 years ago

View all questions by JenniferCrump.

Business Technology Question

View this question.

Add this question to a group or test by clicking the appropriate button below.

Grade 11 Business Technology

Which of the following code would be used to print the elements starting from the 2nd to the 3rd element?
  1. print list [1:2]
  2. print list [1:3]
  3. print list [2:3]
  4. print list [2:4]