Cold-puter Science
This commit is contained in:
3
cold-puterscience.py
Normal file
3
cold-puterscience.py
Normal file
@@ -0,0 +1,3 @@
|
||||
_ = input()
|
||||
temperatures = map(int, input().split())
|
||||
print(sum([1 if t < 0 else 0 for t in temperatures]))
|
||||
Reference in New Issue
Block a user