Question
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])
A. Print [pens(1)]
B. Pens[print,0]
C. Print (pens[0])
D. Print (pens[1])
Answers
GPT 3.5
C. Print (pens[0])