File tree 1 file changed +1
-28
lines changed
1 file changed +1
-28
lines changed Original file line number Diff line number Diff line change 16
16
"id" : " b525ea5a-5f30-40ac-a98c-40394d788bba" ,
17
17
"metadata" : {},
18
18
"source" : [
19
- " ### Set Difference Between Two Numpy Arrays"
19
+ " ### Set Difference Between Two Nupmy Arrays"
20
20
]
21
21
},
22
22
{
69
69
" np_arr2 = np_array_frm_input(\"\\ nEnter numbers for second sequence: \" )\n " ,
70
70
" print(f\"\\ nThe set difference between {np_arr1} and {np_arr2} is {np.setdiff1d(np_arr1, np_arr2)}\" )"
71
71
]
72
- },
73
- {
74
- "cell_type" : " code" ,
75
- "execution_count" : 4 ,
76
- "id" : " 79d06c1a-d66e-4b97-8de4-4332b51d3220" ,
77
- "metadata" : {},
78
- "outputs" : [
79
- {
80
- "data" : {
81
- "text/plain" : [
82
- " array([2])"
83
- ]
84
- },
85
- "execution_count" : 4 ,
86
- "metadata" : {},
87
- "output_type" : " execute_result"
88
- }
89
- ],
90
- "source" : []
91
- },
92
- {
93
- "cell_type" : " code" ,
94
- "execution_count" : null ,
95
- "id" : " a917ffd2-be2c-4e04-82bf-f8a2209ea340" ,
96
- "metadata" : {},
97
- "outputs" : [],
98
- "source" : []
99
72
}
100
73
],
101
74
"metadata" : {
You can’t perform that action at this time.
0 commit comments