首页题库练习题目详情
Python程序设计单选题中等

以下代码执行后,输出是什么? s = 'PYTHON'; print(s.lower())

A'python'
B'Python'
C'PYTHON'
D'Python'