diff options
author | debashisdeb | 2014-06-21 00:52:25 +0530 |
---|---|---|
committer | debashisdeb | 2014-06-21 00:52:25 +0530 |
commit | 7c756fcc12d21693818e58f6936cab5b7c112868 (patch) | |
tree | 009cb02ec85f4a75ac7b64239751f15361df2bfe /Surveying_Volume_3 | |
parent | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (diff) | |
download | Python-Textbook-Companions-7c756fcc12d21693818e58f6936cab5b7c112868.tar.gz Python-Textbook-Companions-7c756fcc12d21693818e58f6936cab5b7c112868.tar.bz2 Python-Textbook-Companions-7c756fcc12d21693818e58f6936cab5b7c112868.zip |
Removed Problem Statements Completely
Diffstat (limited to 'Surveying_Volume_3')
-rw-r--r-- | Surveying_Volume_3/Chapter_1_.ipynb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Surveying_Volume_3/Chapter_1_.ipynb b/Surveying_Volume_3/Chapter_1_.ipynb index 863599de..da68e1c2 100644 --- a/Surveying_Volume_3/Chapter_1_.ipynb +++ b/Surveying_Volume_3/Chapter_1_.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:34f1fb57a7660b9339f74e6fbb3f9bfcb7a1b64529d9da2cc37598b495c31a85" + "signature": "sha256:4905c8953e99a0af987b7c0ce644a5ad7cb3e945c4ca11d9468aa082d89ca9a1" }, "nbformat": 3, "nbformat_minor": 0, @@ -1648,7 +1648,7 @@ "input": [ "\n", "\n", - "#part 1\n", + "\n", "#initialisation of variable\n", "from math import pi,tan,sqrt,sin,cos,acos,atan\n", "def deg_to_dms(deg):\n", |