wandelbots-api-client 25.5.0.dev4
-
Wandelbots Python Client: Interact with robots in an easy and intuitive way.
56 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)