收起
def passList(scores, lowlimit): return [i for i in scores if i>=lowlimit] def main(): for i in groups: print(passList(i, 142))
报告相同问题?