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: Implement the Design ( the . py file detailed

This week's programming assignment will be to draw the Flag of the United States of America:
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

Recommended Textbook for

Database Design And SQL For DB2

Authors: James Cooper

1st Edition

1583473572, 978-1583473573

More Books

Students also viewed these Databases questions