← Back to List

34414번: Tall Enough ↗

Solutions

Python 3
59 B | 59 chars
print(all(int(input()) >= 48 for i in range(int(input()))))