Skip to content

Commit d57eebc

Browse files
committed
init2
1 parent a3ec868 commit d57eebc

File tree

6 files changed

+3652
-0
lines changed

6 files changed

+3652
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 3,
6+
"metadata": {
7+
"collapsed": false
8+
},
9+
"outputs": [],
10+
"source": [
11+
"#help()"
12+
]
13+
},
14+
{
15+
"cell_type": "code",
16+
"execution_count": null,
17+
"metadata": {
18+
"collapsed": true
19+
},
20+
"outputs": [],
21+
"source": []
22+
},
23+
{
24+
"cell_type": "code",
25+
"execution_count": 4,
26+
"metadata": {
27+
"collapsed": false
28+
},
29+
"outputs": [
30+
{
31+
"ename": "NameError",
32+
"evalue": "name 'f' is not defined",
33+
"output_type": "error",
34+
"traceback": [
35+
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
36+
"\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
37+
"\u001b[0;32m<ipython-input-4-98caccadc3d7>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mprint\u001b[0m \u001b[0mf\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
38+
"\u001b[0;31mNameError\u001b[0m: name 'f' is not defined"
39+
]
40+
}
41+
],
42+
"source": [
43+
"print f"
44+
]
45+
},
46+
{
47+
"cell_type": "code",
48+
"execution_count": null,
49+
"metadata": {
50+
"collapsed": true
51+
},
52+
"outputs": [],
53+
"source": []
54+
}
55+
],
56+
"metadata": {
57+
"kernelspec": {
58+
"display_name": "Python 2",
59+
"language": "python",
60+
"name": "python2"
61+
},
62+
"language_info": {
63+
"codemirror_mode": {
64+
"name": "ipython",
65+
"version": 2
66+
},
67+
"file_extension": ".py",
68+
"mimetype": "text/x-python",
69+
"name": "python",
70+
"nbconvert_exporter": "python",
71+
"pygments_lexer": "ipython2",
72+
"version": "2.7.10"
73+
}
74+
},
75+
"nbformat": 4,
76+
"nbformat_minor": 0
77+
}

0 commit comments

Comments
 (0)