resolved conflict; and added myscript.py
commit
da2934c6cf
@ -0,0 +1,5 @@
|
||||
from sys import stdin, stdout
|
||||
|
||||
txt = stdin.read()
|
||||
output = txt.replace(' the ', ' ******a***** ')
|
||||
stdout.write(output)
|
Loading…
Reference in New Issue