Skip to content

Commit e2acd53

Browse files
committed
update for loop
1 parent 0bd7a38 commit e2acd53

File tree

4 files changed

+78
-42
lines changed

4 files changed

+78
-42
lines changed
Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
{
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+
},
441
"nbformat": 4,
542
"nbformat_minor": 0
643
}

.ipynb_checkpoints/if Statements-checkpoint.ipynb

Lines changed: 0 additions & 6 deletions
This file was deleted.

Methods.ipynb

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
{
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+
},
441
"nbformat": 4,
542
"nbformat_minor": 0
643
}

if Statements.ipynb

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)