0
こんにちは私はそれをテキストファイルとしてどのように保存することができますか? Word、Excel、または単にメモ帳で。 f.write( 'シェーディング透過率Pecentage:たとえば おかげコードの製品をテキストファイルとして保存する
print 'The Solar Atitude is:', ("%.1f" % Altitude),'°'
print 'The Solar Azimuth is:', ("%.1f" % Azimuth),'°'
print 'The unprotected window area is:', ("%.0f" % Unprotected_Window_Area),'mm^2'
print 'The Shading Transmittance of the indented window using the given data is:', ("%.1f" % Shading_Transmittance_Percentage),'%'
あなたが最後の行に助けてもらえ、私は思います%1f%\ n '%(Shading_Transmittance_Percentage、)) – rwm
あなたのコメントに対する% –