Ответ:
i = 0
while i < 50:
if i % 2 == 0:
print("+"+i)
i = i+1
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
i = 0
while i < 50:
if i % 2 == 0:
print("+"+i)
i = i+1