Skip to content

Commit aa281d2

Browse files
2 parents 0243f9d + 9472f6b commit aa281d2

7 files changed

+3410
-4
lines changed

Array_manipulation_routines.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"collapsed": true
4747
},
4848
"source": [
49-
"Q1. Let x be a ndarray [10, 10, 3] with all elements set to zero. Reshape x so that the size of the second dimension equals 150."
49+
"Q1. Let x be a ndarray [10, 10, 3] with all elements set to one. Reshape x so that the size of the second dimension equals 150."
5050
]
5151
},
5252
{

Array_manipulation_routines_Solutions.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"collapsed": true
4747
},
4848
"source": [
49-
"Q1. Let x be a ndarray [10, 10, 3] with all elements set to zero. Reshape x so that the size of the second dimension equals 150."
49+
"Q1. Let x be a ndarray [10, 10, 3] with all elements set to one. Reshape x so that the size of the second dimension equals 150."
5050
]
5151
},
5252
{

0 commit comments

Comments
 (0)