HomeConditional and Iterative Statements Write a program to print the following pattern: A BB CCC DDDD EEEEE 3 Comments Facebook Twitter Q. Write a program to print the following pattern:ABBCCCDDDDEEEEEAnswer :- for i in range (1, 6): print (chr(64 + i) * i)
^_^
ReplyDelete-_-
Delete^_^
ReplyDeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )