DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python how to count the lines in a file
# Basic syntax:
count
=
len
(
open
(
'/path/to/the/file.ext'
)
.
readlines
(
)
)
Source by www.oreilly.com #
PREVIOUS
NEXT
Tagged:
#python
#count
#lines
#file
ADD COMMENT
Topic
COMMENT
Name
7+1 =
Submit