filePath = "input.txt"lineCount = len(open(filePath, 'rU').readlines())print "File %s has %d lines." % (filePath,lineCount)
Name (required)
email (will not be published) (required)
Website