English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Write a program to display all 3 digit odd numbers. - Computer Science

Advertisements
Advertisements

Question

Write a program to display all 3 digit odd numbers.

Short/Brief Note
Advertisements

Solution

Odd Number (3 digits)
for a in range (100, 1000)
if a % 2 = = 1:
print b

Output:

101, 103, 105, 107, .. …… 997, 999

shaalaa.com
Control Structure
  Is there an error in this question or solution?
Chapter 6: Control Structures - Evaluation [Page 88]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 12 TN Board
Chapter 6 Control Structures
Evaluation | Q 3. | Page 88
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×