read txt python with code example Example: python open and reacd file with open('yourfile.txt','r') as f: lines = f.readlines() f.close()