Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

split a text file into multiple paragraphs python

txt = "welcome to the jungle"

x = txt.split("
")

print(x)
 
PREVIOUS NEXT
Tagged: #split #text #file #multiple #paragraphs #python
ADD COMMENT
Topic
Name
6+6 =