File tree Expand file tree Collapse file tree 4 files changed +78
-42
lines changed Expand file tree Collapse file tree 4 files changed +78
-42
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "cells" : [],
3
- "metadata" : {},
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " markdown" ,
5
+ "metadata" : {},
6
+ "source" : [
7
+ " #Methods\n " ,
8
+ " \n " ,
9
+ " We've already seen a few example of methods when learning about Object and Data Structure Types in Python"
10
+ ]
11
+ },
12
+ {
13
+ "cell_type" : " code" ,
14
+ "execution_count" : null ,
15
+ "metadata" : {
16
+ "collapsed" : true
17
+ },
18
+ "outputs" : [],
19
+ "source" : []
20
+ }
21
+ ],
22
+ "metadata" : {
23
+ "kernelspec" : {
24
+ "display_name" : " Python 2" ,
25
+ "language" : " python" ,
26
+ "name" : " python2"
27
+ },
28
+ "language_info" : {
29
+ "codemirror_mode" : {
30
+ "name" : " ipython" ,
31
+ "version" : 2
32
+ },
33
+ "file_extension" : " .py" ,
34
+ "mimetype" : " text/x-python" ,
35
+ "name" : " python" ,
36
+ "nbconvert_exporter" : " python" ,
37
+ "pygments_lexer" : " ipython2" ,
38
+ "version" : " 2.7.10"
39
+ }
40
+ },
4
41
"nbformat" : 4 ,
5
42
"nbformat_minor" : 0
6
43
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "cells" : [],
3
- "metadata" : {},
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " markdown" ,
5
+ "metadata" : {},
6
+ "source" : [
7
+ " #Methods\n " ,
8
+ " \n " ,
9
+ " We've already seen a few example of methods when learning about Object and Data Structure Types in Python"
10
+ ]
11
+ },
12
+ {
13
+ "cell_type" : " code" ,
14
+ "execution_count" : null ,
15
+ "metadata" : {
16
+ "collapsed" : true
17
+ },
18
+ "outputs" : [],
19
+ "source" : []
20
+ }
21
+ ],
22
+ "metadata" : {
23
+ "kernelspec" : {
24
+ "display_name" : " Python 2" ,
25
+ "language" : " python" ,
26
+ "name" : " python2"
27
+ },
28
+ "language_info" : {
29
+ "codemirror_mode" : {
30
+ "name" : " ipython" ,
31
+ "version" : 2
32
+ },
33
+ "file_extension" : " .py" ,
34
+ "mimetype" : " text/x-python" ,
35
+ "name" : " python" ,
36
+ "nbconvert_exporter" : " python" ,
37
+ "pygments_lexer" : " ipython2" ,
38
+ "version" : " 2.7.10"
39
+ }
40
+ },
4
41
"nbformat" : 4 ,
5
42
"nbformat_minor" : 0
6
43
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments