Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,6 @@
|
|
2 |
tags:
|
3 |
- summarization
|
4 |
widget:
|
5 |
-
- text:
|
6 |
|
7 |
---
|
|
|
2 |
tags:
|
3 |
- summarization
|
4 |
widget:
|
5 |
+
- 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 ) '''
|
6 |
|
7 |
---
|