Print the pattern
A B C D E
F G H I
J K L
M N
O
Answers
Answered by
2
Answer:
in which language ?
Explanation:
in python if u just print them u get in same patter na
print (A \t B \t C \D \E)
print(F G H I)
print(J K L)
print(M N)
print(O)
this might help u
if not ask again
Similar questions