#!/usr/bin/python3 from sys import argv print(argv[1].replace('/', '\/'))
#!/usr/bin/python3
from sys import argv
print(argv[1].replace('/', '\/'))