(单选题, )以下程序的输出结果是( )T = "Python"Print(t if t >= "python" else "None")
A.Python
B.python
C.t
D.None
正确答案是D