我想阅读以“ edu”结尾的行,但没有用

时间:2019-03-27 17:39:15

标签: python python-3.x

请通过以下代码帮助我

with open('k.txt') as fhand:
    for line in fhand:
        if line.endswith('edu'):   
            print(line)

0 个答案:

没有答案