I called up a text file and found a line with a sentence with startswith So I want to print it out after that line, is there a way?
python
The readlines method can be obtained in line units (list).
You can see the line, so you can approach it with an index.
© 2025 OneMinuteCode. All rights reserved.