News

Repository files navigation Print Inverted Hollow Pyramid Star Pattern Let’s look at the program for hollow inverted right triangle star pattern in python.
Inside the num method, a similar nested loop structure is used to generate the pyramid pattern, but instead of printing asterisks, it prints numbers. The innermost loop, controlled by the variable k, ...