Untitled
unknown
plain_text
3 years ago
110 B
5
Indexable
a = [1,2,3,4,5] b = [2,3,1,0,5] //create a function to find numbers which is not present in the second array
Editor is loading...
a = [1,2,3,4,5] b = [2,3,1,0,5] //create a function to find numbers which is not present in the second array