Question: paython Exercise # 2: Using nested for loops, write a program to display the pattern shown in the sample runs below. Note: in the first
Exercise \# 2: Using nested for loops, write a program to display the pattern shown in the sample runs below. Note: in the first line, A is printed n times where n represents the integer value entered by the user. Hint: use chr and ord functions to go from A to B to C etc.. Sample run 1: Enter an integer between 1 and 15: -5 wrong input: number must be between 1 and 15 Sample run2: Enter an integer between 1 and 15: 5 5 AAAAA 4 BBBB 3CCC 2DD 1E Sample run3: Enter an integer between 1 and 15: 12 12 AAAAAAAAAAAA 11 BBBBBBBBBBB 10 cccccccccC 9 DDDDDDDDD
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
