# insert your code to print out some C code
I could do:
print('double coef[] = {') for c in p.coef: print(f' {c:0.16g},') print('};')
I could do:
and copy-paste it wherever I need.