ceylon 0.20.1
-
Ceylon is an advanced multi-agent platform specifically developed for
Ceylon Aritficial Intelligence.
5 minutes 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)