We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e242746 commit fcc5230Copy full SHA for fcc5230
NumPy.ipynb
@@ -20,12 +20,39 @@
20
},
21
{
22
"cell_type": "code",
23
- "execution_count": null,
+ "execution_count": 7,
24
"metadata": {},
25
"outputs": [],
26
"source": [
27
- "arr=np."
+ "arr=np.array(my_list)"
28
+ ]
29
+ },
30
+ {
31
+ "cell_type": "code",
32
+ "execution_count": 8,
33
+ "metadata": {},
34
+ "outputs": [
35
36
+ "data": {
37
+ "text/plain": [
38
+ "array([1, 2, 3])"
39
40
41
42
43
+ "output_type": "execute_result"
44
+ }
45
+ ],
46
+ "source": [
47
+ "arr"
48
]
49
50
51
52
+ "execution_count": null,
53
54
+ "outputs": [],
55
+ "source": []
56
}
57
],
58
"metadata": {
0 commit comments