# Open a file: file
file = open('my_text_file',mode='r')
# read all lines at once
all_of_it = file.read()
# close the file
file.close()
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter