第29472题 单选题
运行以下Python代码,输出的结果是?
s = "  Hello,Python!  "
res = s.strip().lower()[6:12]
print(res)
A

python

B

Python

C

,Python

D

python!

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析