Hey,
I'm writing a script to generate code. I'm a bit tired of typing
outfile.write(. ...). Does python have a way to c-like macros? Every
instance of o(...) in the code will be replaced by outfile.write(. ..)?
I'm writing a script to generate code. I'm a bit tired of typing
outfile.write(. ...). Does python have a way to c-like macros? Every
instance of o(...) in the code will be replaced by outfile.write(. ..)?
Comment