题解列表

筛选

[编程入门]50%错误

摘要:解题思路:50%错误,,不知道哪有问题注意事项:参考代码:lst=list(input().split()) s=" " lst2=[] for i in lst:     if "a"<=i……