@ -1,4 +1,4 @@
temps = [221, 234, 340, 230]
temps = [221, 234, 340, 230, 9999]
print([temp / 10 for temp in temps])
print([temp / 10 for temp in temps if temp < 9999])
The note is not visible to the blocked user.