File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
"cell_type" : " markdown" ,
52
52
"metadata" : {},
53
53
"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 "
55
55
]
56
56
},
57
57
{
82
82
"cell_type" : " markdown" ,
83
83
"metadata" : {},
84
84
"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."
86
86
]
87
87
},
88
88
{
Original file line number Diff line number Diff line change 51
51
"cell_type" : " markdown" ,
52
52
"metadata" : {},
53
53
"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 "
55
55
]
56
56
},
57
57
{
82
82
"cell_type" : " markdown" ,
83
83
"metadata" : {},
84
84
"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."
86
86
]
87
87
},
88
88
{
You can’t perform that action at this time.
0 commit comments