DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
how to read the first line in a file python
f = open("test.txt", 'r') variable = f.readline(1) print(variable)
PREVIOUS
NEXT
Tagged:
#read
#line
#file
#python
ADD COMMENT
Topic
COMMENT
Name
1+2 =
Submit