题目详情
单选题 给出如下代码,s = 'Python is beautiful!' 可以输出"python"的是( )
A. print(s[0:6])
B. print(s[0:6].lower())
C. print(s[–21: –14].lower)
D. print(s[:–14])
学科:Python程序设计
时间:2023-05-07 15:02:00
相关题目
相关作业