单项选择题

在Python中,如何判断一个字符串是否全是字母?()

A.str.isalpha()
B.str.isletter()
C.str.onlyletters()
D.str.letters()