#Barry #October 32 #Module 4.3 #Use .readline() to read data from file, one line at a time ... poem_line = poem1.readline() while poem_line: ...
確定! 回上一頁