单项选择题
在Python中,如何获取字符串的长度?()
A.len(str)B.str.length()C.str.size()D.A和B都对
单项选择题 在Python中,如何连接两个列表?()
单项选择题 在Python中,如何检查一个数字是否为整数?()
单项选择题 在Python中,如何使用切片获取列表的子集?()