Python Exercise: Print alphabet pattern G
20. Alphabet Pattern 'G'
Write a Python program to print the alphabet pattern 'G'.
Pictorial Presentation:

Sample Solution:
Python Code:
Sample Output:
*** * * * * *** * * * * ***
Flowchart:

For more Practice: Solve these Related Problems:
- Write a Python program to print the letter 'G' pattern where the open side is on the right and the crossbar is present.
- Write a Python program to generate the 'G' pattern using nested loops and conditionals to form the correct curvature.
- Write a Python program to design the pattern of 'G' ensuring that the bottom and top curves are symmetric.
- Write a Python program to create the alphabet pattern 'G' using string concatenation and loop-based formatting.
Go to:
Previous: Write a Python program to print alphabet pattern 'E'.
Next: Write a Python program to print alphabet pattern 'L'.
Python Code Editor:
Have another way to solve this solution? Contribute your code (and comments) through Disqus.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.