Computer Science, asked by manasgami, 8 months ago

Write a program in Python to print a pattern like:
4321
432
43
4

Answers

Answered by 6419j
1

Answer:

print(j,end="") #print the series.

...

Code Explantion:

The above code is in python language which takes the size of the series as input and then it prints the series in the question demand format.

There are two for loop one is used to print the size of the series and the other is used to print the width of the series.

Explanation:

please mark me as brainiest

Similar questions