This Python script uses the turtle
module to draw the Indian National Flag. The flag consists of three horizontal rectangles of different colors, a big blue circle in the center, and spokes radiating from the center.
- Python 3.x
turtle
module (usually included with Python standard library)
- Ensure you have Python 3.x installed on your system.
- Save the Python script in a file, for example,
indian_flag.py
. - Run the script using the command:
python indian_flag.py