top of page

#9 Right Triangle with Alphabets

Subham Das

n=int(input("Enter Number :"))


#Pattern 9 print('(09)') i = 1 while i <= n : j = 0 while j <= i-1 : print(chr(65+j), end=" ") j+=1 i += 1 print() print()



2 views0 comments

Recent Posts

See All

Comments


logo12.PNG

Join my mailing list

2019 established by trueprogrammer

bottom of page