Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This week's programming assignment will be to draw the Flag of the United States of America in python using graphics.py Implement the Design ( the

This week's programming assignment will be to draw the Flag of the United States of America in python using graphics.py
Implement the Design (the .py file detailed below)
The ratio for the US Flag is as follows:
The "width" of the flag is 1
The "length" of the flag is 1.9
Each stripe is 1/13
The "width" of the union (blue rectangle in the corner) is 7/13
The "length" of the union is 0.76
The stripes alternated starting at the top is red ... white ... red (bottom is red)
You do NOT have to add the 50 stars
The RGB colors are:
Red - Hex: #B22234/ RGB: (178,34,52)
White - Hex: #FFFFFF / RGB: (255,255,255)
Blue - Hex: #3C3B6E / RGB: (60,59,110)
The top 3 lines will be:
# The Name of the Program (example USFlag.py)
# A Brief Description of the Program
# Your Name
# Hilbert College CS 131
# Date

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

what are basic cs analyst task within the linux system

Answered: 1 week ago