单选题

想从字符串 s = “beautiful”中打印出字母”a”,请问应该用以下哪种方式?

A

print(s[3])

B

print(s[a])

C

print(s[2])

D

print(s[-2])

赣ICP备20007335号-2