Ответ:
print(*list(filter(lambda x: x % 133 == 125 and x % 134 == 111, [int(i) for i in range(10000, 99999)])))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
print(*list(filter(lambda x: x % 133 == 125 and x % 134 == 111, [int(i) for i in range(10000, 99999)])))