resolved conflict; and added myscript.py

master
Castro0o 6 years ago
commit da2934c6cf

@ -0,0 +1,5 @@
from sys import stdin, stdout
txt = stdin.read()
output = txt.replace(' the ', ' ******a***** ')
stdout.write(output)
Loading…
Cancel
Save