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

以下哪个操作可以获取字符串 'Python' 的第一个字符?

A'Python'[0]
B'Python'[-1]
C'Python'[1]
D'Python'[5]