हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा १२

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

Advertisements
Advertisements

प्रश्न

Write a program to display all 3 digit odd numbers.

टिप्पणी लिखिए

उत्तर

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
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 6: Control Structures - Evaluation [पृष्ठ ८८]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 12 TN Board
अध्याय 6 Control Structures
Evaluation | Q 3. | पृष्ठ ८८
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×