-
chararray.splitlines(keepends=None)
[source] -
For each element in
self
, return a list of the lines in the element, breaking at line boundaries.See also
char.splitlines
chararray.splitlines()

2025-01-10 15:47:30
chararray.splitlines(keepends=None)
[source]
For each element in self
, return a list of the lines in the element, breaking at line boundaries.
See also
char.splitlines
Designed by : w10schools
service@w10schools.com
Please login to continue.