No products in the cart.

write a program to print all …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

write a program to print all the even number from 1 to 1000
  • 2 answers

Sethu Natrajan2144 3 years, 10 months ago

for I in range (0, 1001 ) : if i %2==0: print( i )

Tec Om 3 years, 11 months ago

<pre>for i in range (0,1001): if i%2==0: print(i)</pre>
http://mycbseguide.com/examin8/

Related Questions

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App