Ans: 

And below Python concepts are used to print that patterns

  • For Loop
  • While Loop
  • if..else

1). Program to print half pyramid pattern using star(*) in Python

half pyramid pattern programquescol

Output

2). Program to print inverted half pyramid pattern using star(*) in Python

inverted half pyramid program quescol

Output

Inverted Half Pyramid Pattern in c

3). Program to print right half pyramid pattern using star(*) in Python

right half pyramid program quescol

Output

4). Program to print inverted right half pyramid pattern using star(*) in Python

right inverted half pyramid program in c quescol

Output

Right Inverted Half Pyramid Pattern in c

5). Program to print full pyramid pattern using star(*) in Python

full pyramid pattern program in c using star quescol

Output

Full Pyramid Pattern in c

6). Program to print inverted full pyramid pattern using star(*) in Python

inverted full pyramid pattern program in c using star

Output

Inverted Full Pyramid Pattern in c

7). Program to print half pyramid pattern using numbers in Python

half pyramid using number in C

Output

Half Pyramid Pattern in c of number

8). Program to print inverted half pyramid pattern using numbers in Python

inverted half pyramid using number program in c

Output

Inverted Half Pyramid Pattern in c of number