Reading/Writing local file #python : read file fd = open('file_name.txt', 'r') for line in fd: print line.rstrip() fd.close() Share this: Click to share on X (Opens in new window) X Click to share on Facebook (Opens in new window) Facebook Like Loading... Related