(单选题, )下列选项中输出结果是True的是( )
A.>>> isinstance(255,int)
B.>>> chr(13).isprintable()
C.>>> "Python".islower()
D.>>> chr(10).isnumeric()
正确答案是A