@ -1,4 +1,4 @@
temps = [221, 234, 340, 230, 9999]
def numbers_only(jumbles):
return([jumble for jumble in jumbles if type(jumble) == int])
print([temp / 10 for temp in temps if temp < 9999])
print(numbers_only(["Hello", 1, 3, "Ok"]))
The note is not visible to the blocked user.