Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0243f9d

Browse files
removed repeated part of the question
1 parent c32b805 commit 0243f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Array_creation_routines.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@
710710
"cell_type": "markdown",
711711
"metadata": {},
712712
"source": [
713-
"Create an array which looks like below. array([[ 0., 0., 0., 0., 0.], [ 1., 0., 0., 0., 0.], [ 1., 1., 0., 0., 0.]])\n",
713+
"Create an array which looks like below.\n",
714714
"array([[ 0, 0, 0],\n",
715715
" [ 4, 0, 0],\n",
716716
" [ 7, 8, 0],\n",

‎Array_creation_routines_solution.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@
857857
"cell_type": "markdown",
858858
"metadata": {},
859859
"source": [
860-
"Create an array which looks like below. array([[ 0., 0., 0., 0., 0.], [ 1., 0., 0., 0., 0.], [ 1., 1., 0., 0., 0.]])\n",
860+
"Create an array which looks like below.\n",
861861
"array([[ 0, 0, 0],\n",
862862
" [ 4, 0, 0],\n",
863863
" [ 7, 8, 0],\n",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /