Skip to content

Commit fcc5230

Browse files
committed
2D Array
1 parent e242746 commit fcc5230

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

NumPy.ipynb

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,39 @@
2020
},
2121
{
2222
"cell_type": "code",
23-
"execution_count": null,
23+
"execution_count": 7,
2424
"metadata": {},
2525
"outputs": [],
2626
"source": [
27-
"arr=np."
27+
"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+
"execution_count": 8,
42+
"metadata": {},
43+
"output_type": "execute_result"
44+
}
45+
],
46+
"source": [
47+
"arr"
2848
]
49+
},
50+
{
51+
"cell_type": "code",
52+
"execution_count": null,
53+
"metadata": {},
54+
"outputs": [],
55+
"source": []
2956
}
3057
],
3158
"metadata": {

0 commit comments

Comments
 (0)