wei
Update from weiding
3a8053e
|
raw
history blame
339 Bytes
---
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 ) "
---