read `DDH.txt`: print(`The Princeton Power Curve with N=16, P=0.43, with confidence level 1/40, is `): print(``): PowerPcurve(16,0.43, 1/40); print(``): print(`The Government Power Curve with N=16, P=0.43 is `): print(``): PowerGcurve(16,0.43, 1/40); print(``): print(``): print(`--------------------------------`): print(``): print(`The Princeton Power Curve with N=25, P=1/2, with confidence level 1/40, is `): print(``): PowerPcurve(25,1/2, 1/40); print(``): print(`The Government Power Curve with N=25, P=1/2 is `): print(``): PowerGcurve(25,1/2); print(``): quit: