diff options
| author | root <root@turin.home> | 2022-01-25 19:21:41 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-25 19:21:41 +0000 |
| commit | f99481ad484caa2bc34ec101c0baa8845f6dcb16 (patch) | |
| tree | 1270d587ddfaba3912ebfa179dc74ae2bb6c935e /cite.py | |
| parent | 4d26a0fa4bccbb322683670b8d56af1fc9a60e65 (diff) | |
Writing, read Graham in Sentinel
Diffstat (limited to 'cite.py')
| -rw-r--r-- | cite.py | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +import sys + +a = sys.stdin.read() +for l in a.split('\n'): + l = l.replace("{", "\n.[\n") + l = l.replace("} ", "\n.]\n") + l = l.replace("}", "\n.]\n") + print(l) |
