判断题

下列程序的输出结果是('A','p','p,'l','e')。

vowels=('a','p','p,'l','e')

vowels[0]='A'

print(vowels)

A

正确

B

错误

赣ICP备20007335号-2