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

Write a program to display. AA B A B C A B C D A B C D E - Computer Science

Advertisements
Advertisements

प्रश्न

Write a program to display.

A
A B
A B C
A B C D
A B C D E

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

उत्तर

class display_pattern():
 {
   for i in range(1, 6):
     for j in range(65, 65 + i):
          print(chr(j), end=" ")
      print()

 display_pattern()
 }
shaalaa.com
Control Structure
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 6: Control Structures - Evaluation [पृष्ठ ८८]

APPEARS IN

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

Englishहिंदीमराठी


      Forgot password?
Use app×