File size: 339 Bytes
3a8053e | 1 2 3 4 5 6 7 8 | ---
tags:
- summarization
widget:
- text: "with open ( CODE_STRING , CODE_STRING ) as in_file : buf = in_file . readlines ( ) with open ( CODE_STRING , CODE_STRING ) as out_file : for line in buf : if line == " ; Include this text " : line = line + " Include below " out_file . write ( line ) "
---
|