Lesson 61

This commit is contained in:
David Avery 2020-01-29 14:02:09 +00:00
parent 1d6d6d14af
commit 7f876867a9

View File

@ -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])