Computer Science, asked by gargiarora3404, 3 months ago

Write a program to print even numbers from 10 to 50.​

Answers

Answered by manjula3ds
0

Explanation:

...............................

Attachments:
Answered by jai696
2

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

print("\n".join(str(n) for n in range(10, 50 + 1) if n % 2 == 0))

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions