Baca Teks File Python Path Open

with open('readme.txt') as f:
    lines = f.readlines()
Code language: JavaScript (javascript)
DreamCoder