Answer the question
In order to leave comments, you need to log in
Why did the file become larger after deleting characters, python?
The crux of the matter is as follows. I have a conditionally 97-byte file, after deleting line breaks and spaces, there remains a direct text that writes to another file. For clarity, again, take a css file.
I turn something like this:
h2 {
font-size: 16px;
}
span {
color: red;
}
#pos {
position: relative;
}
h2{font-size:16px;}span{color:red;}#pos{position:relative;}h2{font-size:16px;}span{color:red;}#pos{position:relative;}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question