close

f = open('test.txt', 'r')

lines = f.read().splitlines()  #分行讀取

lst = [ln.split(' ')[0] for ln in lines] #依據空格做切割字串,並只取第一個切割的值

arrow
arrow
    創作者介紹
    創作者 楓綺 的頭像
    楓綺

    K_程式人

    楓綺 發表在 痞客邦 留言(2) 人氣()