Which line of code would print the first item in a list named pens? (1 point) Responses print[pens(1)] print[pens(1)] pens[print,0] pens[print,0] print(pens[0]) print(pens[0]) print(pens[1])

1 answer

print(pens[0])
Similar Questions
  1. Which line of code would print the first item in a list named pens?(1 point) Responses print[pens(1)] print[pens(1)]
    1. answers icon 1 answer
    1. answers icon 1 answer
  2. This line of code is an example of what?choice = [item for item in clothes if item.startswith('g')] (1 point) Responses
    1. answers icon 1 answer
    1. answers icon 11 answers
more similar questions