(单选题, )以下选项中,输出结果为False的是( )
A.>>> 'python' < 'pypi'
B.>>> 'ABCD' == 'abcd'.upper()
C.>>> 'python123' > 'python'
D.>>> ''<'a'
正确答案是A