Preview:
handler = open('textfile.txt')
count = 0
for line in handler: #for loop reads each line
    count = count + 1
print('Line Count:', count)
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