Opening the file as read only. file = open(filename, 'r'). text = file.read(). file.close(). return text. # get all imgs with their captions.
確定! 回上一頁