print(*list(filter(lambda x: x > 10, map(int, input().split()))))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
print(*list(filter(lambda x: x > 10, map(int, input().split()))))