Skip to content

Commit 2f98c9b

Browse files
authored
Add files via upload
1 parent 1c64aab commit 2f98c9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Logic_functions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"cell_type": "markdown",
5252
"metadata": {},
5353
"source": [
54-
"Q1. Let x be an arbitrary. Return True if none of the elements of x is zero. Remind that 0 evaluates to False in python.\n"
54+
"Q1. Let x be an arbitrary array. Return True if none of the elements of x is zero. Remind that 0 evaluates to False in python.\n"
5555
]
5656
},
5757
{
@@ -82,7 +82,7 @@
8282
"cell_type": "markdown",
8383
"metadata": {},
8484
"source": [
85-
"Q2. Let x be an arbitrary. Return True if any of the elements of x is non-zero."
85+
"Q2. Let x be an arbitrary array. Return True if any of the elements of x is non-zero."
8686
]
8787
},
8888
{

Logic_functions_Solutions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"cell_type": "markdown",
5252
"metadata": {},
5353
"source": [
54-
"Q1. Let x be an arbitrary. Return True if none of the elements of x is zero. Remind that 0 evaluates to False in python.\n"
54+
"Q1. Let x be an arbitrary array. Return True if none of the elements of x is zero. Remind that 0 evaluates to False in python.\n"
5555
]
5656
},
5757
{
@@ -82,7 +82,7 @@
8282
"cell_type": "markdown",
8383
"metadata": {},
8484
"source": [
85-
"Q2. Let x be an arbitrary. Return True if any of the elements of x is non-zero."
85+
"Q2. Let x be an arbitrary array. Return True if any of the elements of x is non-zero."
8686
]
8787
},
8888
{

0 commit comments

Comments
 (0)