मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता १२

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×