algorithm to read a number and print an inverted star pattern of desired size
Answers
Answered by
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