PYTHON TUTORIAL 14: READLINES FUNCTION IN PYTHON PROGRAMMING

Опубликовано: 27 Октябрь 2024
на канале: Way To Programming
106
3

HOW TO USE READLINES FUNCTION IN PYTHON PROGRAMMING

Function name: readlines ( parameters )

Parameters: Number of bytes you want to read from the file

Returns: A list containing the lines of the file

Note: Reads a new line character too.

#pythontutorial #readlinesinpython