metadata
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 ) '