Skip to content

Commit 954adda

Browse files
πŸ’» Update Practice examples
1 parent 650b7fe commit 954adda

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

β€Ž23 - Class Methods.ipynbβ€Ž

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 11,
5+
"execution_count": 21,
66
"metadata": {},
77
"outputs": [],
88
"source": [
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"cell_type": "code",
21-
"execution_count": 12,
21+
"execution_count": 22,
2222
"metadata": {},
2323
"outputs": [],
2424
"source": [
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"cell_type": "code",
30-
"execution_count": 13,
30+
"execution_count": 23,
3131
"metadata": {},
3232
"outputs": [
3333
{
@@ -36,7 +36,7 @@
3636
"'Anand'"
3737
]
3838
},
39-
"execution_count": 13,
39+
"execution_count": 23,
4040
"metadata": {},
4141
"output_type": "execute_result"
4242
}
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"cell_type": "code",
50-
"execution_count": 14,
50+
"execution_count": 24,
5151
"metadata": {},
5252
"outputs": [
5353
{
@@ -56,7 +56,7 @@
5656
"'anand@gmail.com'"
5757
]
5858
},
59-
"execution_count": 14,
59+
"execution_count": 24,
6060
"metadata": {},
6161
"output_type": "execute_result"
6262
}
@@ -67,7 +67,7 @@
6767
},
6868
{
6969
"cell_type": "code",
70-
"execution_count": 15,
70+
"execution_count": 25,
7171
"metadata": {},
7272
"outputs": [
7373
{
@@ -84,7 +84,7 @@
8484
},
8585
{
8686
"cell_type": "code",
87-
"execution_count": 16,
87+
"execution_count": 26,
8888
"metadata": {},
8989
"outputs": [],
9090
"source": [
@@ -104,7 +104,7 @@
104104
},
105105
{
106106
"cell_type": "code",
107-
"execution_count": 17,
107+
"execution_count": 27,
108108
"metadata": {},
109109
"outputs": [],
110110
"source": [
@@ -113,7 +113,7 @@
113113
},
114114
{
115115
"cell_type": "code",
116-
"execution_count": 18,
116+
"execution_count": 28,
117117
"metadata": {},
118118
"outputs": [
119119
{
@@ -122,7 +122,7 @@
122122
"'puru'"
123123
]
124124
},
125-
"execution_count": 18,
125+
"execution_count": 28,
126126
"metadata": {},
127127
"output_type": "execute_result"
128128
}
@@ -133,7 +133,7 @@
133133
},
134134
{
135135
"cell_type": "code",
136-
"execution_count": 19,
136+
"execution_count": 29,
137137
"metadata": {},
138138
"outputs": [
139139
{
@@ -142,7 +142,7 @@
142142
"'puru@gmail.com'"
143143
]
144144
},
145-
"execution_count": 19,
145+
"execution_count": 29,
146146
"metadata": {},
147147
"output_type": "execute_result"
148148
}
@@ -153,7 +153,7 @@
153153
},
154154
{
155155
"cell_type": "code",
156-
"execution_count": 20,
156+
"execution_count": 30,
157157
"metadata": {},
158158
"outputs": [
159159
{

0 commit comments

Comments
Β (0)