Computer Science, asked by vineetkum132, 5 months ago

[2]
4. a) Write a program to print the following Floyd triangle
1
22
3 3 3
4444​

Answers

Answered by Umeshbabu
0

Explanation:

This program prints or generates 1-22-333-4444 pattern up to n lines given by user in Python language. please vote me

Similar questions