Computer Science, asked by 20it01surendhar, 3 months ago

algorithm to read a number and print an inverted star pattern of desired size​

Answers

Answered by ishanikapoor217
3

Answer:

This is a Python Program to read a number n and print an inverted star pattern of the desired size. The program takes a number n and prints an inverted star pattern of the desired size. 1. Take a value from the user and store it in a variable n.

Similar questions