Computer Science, asked by xevilplaylistx, 10 months ago

♡Heya matez♡
Ques: WAP to print the following pattern using python.​

Attachments:

Answers

Answered by kkambia
3

Answer:

val=65

for i in range (0, 5):

for j in range (0, i+1):

ch=chr(val)

print(ch, end=" ")

val=val + 1

print()

I hope its help you..

please mark brainlist answer...

Answered by Anonymous
3

Answer:

Please refer the attachment dear

Attachments:
Similar questions