diff options
Diffstat (limited to 'Introduction_to_Heat_Transfer_by_S._K._Som/chapter12.ipynb')
-rw-r--r-- | Introduction_to_Heat_Transfer_by_S._K._Som/chapter12.ipynb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Introduction_to_Heat_Transfer_by_S._K._Som/chapter12.ipynb b/Introduction_to_Heat_Transfer_by_S._K._Som/chapter12.ipynb index 6fafa3fd..859ba636 100644 --- a/Introduction_to_Heat_Transfer_by_S._K._Som/chapter12.ipynb +++ b/Introduction_to_Heat_Transfer_by_S._K._Som/chapter12.ipynb @@ -39,7 +39,6 @@ } ], "source": [ - "\n", "import math\n", "\n", "print \"Introduction to heat transfer by S.K.Som, Chapter 12, Example 1\"\n", @@ -78,7 +77,7 @@ "#mass flow rate of air is mair\n", "print \"mass flow rate of air is given by m=Mair*Nair in kg/sec \"\n", "mair=Mair*Nair\n", - "print round(mair,11)\n" + "print round(mair,11)" ] }, { @@ -112,7 +111,6 @@ } ], "source": [ - "\n", "import math\n", "print \"Introduction to heat transfer by S.K.Som, Chapter 12, Example 2\"\n", "#The temprature of atmospheric air (T)=40°C which flows over a wet bulb thermometer.\n", @@ -193,7 +191,6 @@ } ], "source": [ - "\n", "import math\n", "\n", "print \"Introduction to heat transfer by S.K.Som, Chapter 12, Example 3\"\n", |