summaryrefslogtreecommitdiff
path: root/Data_Structures_and_Algorithms_in_Java/ch1.ipynb
diff options
context:
space:
mode:
authordebashisdeb2014-06-20 15:42:42 +0530
committerdebashisdeb2014-06-20 15:42:42 +0530
commit83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch)
treef54eab21dd3d725d64a495fcd47c00d37abed004 /Data_Structures_and_Algorithms_in_Java/ch1.ipynb
parenta78126bbe4443e9526a64df9d8245c4af8843044 (diff)
downloadPython-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.gz
Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.bz2
Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.zip
removing problem statements
Diffstat (limited to 'Data_Structures_and_Algorithms_in_Java/ch1.ipynb')
-rw-r--r--Data_Structures_and_Algorithms_in_Java/ch1.ipynb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Data_Structures_and_Algorithms_in_Java/ch1.ipynb b/Data_Structures_and_Algorithms_in_Java/ch1.ipynb
index c62ab0cb..8973ccb0 100644
--- a/Data_Structures_and_Algorithms_in_Java/ch1.ipynb
+++ b/Data_Structures_and_Algorithms_in_Java/ch1.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": "ch1"
+ "name": "",
+ "signature": "sha256:85fd10a5846b5256e76a45973450cd001c1aeb110532e77b6ab379820dba7274"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,10 +28,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''\n",
- "demonstrates basic OOP syntax\n",
- "to run this program: python BankApp\n",
- "'''\n",
+ " \n",
"\n",
"class BankAccount:\n",
" def __init__(self,openingBalance): # constructor\n",