Python Turtle library: Different Shapes

turtle library

Hello Techies, In this blog, we will learn how to draw different shapes with the help of the Turtle Library. In my previous blog, I covered programs based on the shapes of squares and triangles as well as various pattern programs. Introduction Turtle is a pre-installed Python library that provides easy way to draw pictures … Read more

Pattern program in Python

Pattern program in Python

Hello Techies, Pattern program in Python is one of the most frequently asked questions in the interview process. In this blog, we will learn how to draw different shapes in Python. In my previous blog, I covered programs based on the shapes of squares and triangles. In this blog, let’s check out other than the … Read more

How to draw Square shape in Python

Square shape in Python

Hello Techies, The Square shape in python is the most frequently asked question in most interview processes. In this blog, we will learn how to draw a square shape in Python. Square shape in Python #1. Square shape in Python using Star Pattern To draw this pattern we are using loop and range function of Python. Basically … Read more

How to draw Triangle shape in Python

triangle shape in python

Hello Techies, The triangle shape in python is the most frequently asked question in most interview processes. In this blog, we will learn how to draw a triangle in Python. Triangle shape in Python #1. Triangle shape in Python using Star Pattern (Hollow triangle pattern in python) To draw this pattern we are using loop … Read more