my-cloud-devops-consulting 1.1.202507022317
-
This is my consulting website for Cloud & DevOps services.
2 hours ago
fin = open('my dump file', 'r')
fout = open('my new dump file', 'w')
falserep = (x.replace(',f,',',0,') for x in fin)
truerep = (x.replace(',t,',',1,') for x in falserep)
for line in truerep: fout.write(line)