@ -1,4 +1,4 @@
def numbers_only(jumbles):
return([jumble for jumble in jumbles if type(jumble) == int])
def positive(numbers):
return([positive for positive in numbers if positive > 0])
print(numbers_only(["Hello", 1, 3, "Ok"]))
print(positive([-5, 3, -1, 101]))
The note is not visible to the blocked user.