Ответ:
a = 0; b = 0
while a != 10:
b+=1
if b%2 == 0 and b%11 == 0:
a += 1
print(f'{a}е число',b)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = 0; b = 0
while a != 10:
b+=1
if b%2 == 0 and b%11 == 0:
a += 1
print(f'{a}е число',b)