高等继续教育 / Python编程
题型描述: 填空题
list5 = ['张三', '张飞', '关云长', '赵子龙'];list6 = [x for x in list5 if x.startswith('张')];print(list6)
参考答案:
佳题速递: