which line of code would print the first item in a list named pens?

A. Print [pens(1)]
B. Pens[print,0]
C. Print (pens[0])
D. Print (pens[1])

C. Print (pens[0])