Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python replace n with actual new line

#Just print the text and copy from console
print(f"A 
 B 
 C")
#output:
# A
# B
# C
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #replace #actual #line
ADD COMMENT
Topic
Name
8+8 =