第25967题
Python中计算小说文本不同字符个数的表达式是?
A

len(strNovel)

B

strNovel.count()

C

len(set(strNovel))

D

strNovel.index()