питонннннн |
from itertools import product print('y x z w f') return (x % 12 == 0) and (70 <= x <= 80) and (x % a != 0) |
for A in range(1, 1000): if all(f(x, A) == 1 for x in range(1, 1000000)): print(A) from itertools import product while "222" in line or '888' in line: line = line.replace('222', '8', 1) |
def translate(num, r): while num != 0: digit = num % r |
Комментарии