1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
stepladder [879]
3 years ago
7

python Write a program that takes a date as input and outputs the date's season. The input is a string to represent the month an

d an int to represent the day.
Engineering
1 answer:
kupik [55]3 years ago
4 0

Answer:

month = input("Input the month (e.g. January, February etc.): ")

day = int(input("Input the day: "))

if month in ('January', 'February', 'March'):

season = 'winter'

elif month in ('April', 'May', 'June'):

season = 'spring'

elif month in ('July', 'August', 'September'):

season = 'summer'

else:

season = 'autumn'

if (month == 'March') and (day > 19):

season = 'spring'

elif (month == 'June') and (day > 20):

season = 'summer'

elif (month == 'September') and (day > 21):

season = 'autumn'

elif (month == 'December') and (day > 20):

season = 'winter'

print("Season is",season)

Explanation:

You might be interested in
Digital leaders are people who __ others down a particular path.
Oksana_A [137]

Answer:

Digital leaders are people who <u>g</u><u>u</u><u>i</u><u>d</u><u>e</u> others down a particular path.

8 0
3 years ago
Read 2 more answers
According to Gary Sirota, the proposed Bajagua wastewater treatment plant is a beneficial solution because __________.
DIA [1.3K]

Gary Sirota assert that the proposed Bajagua wastewater treatment plant is a beneficial solution because all contractual obligations must be met before service fee is due.

<h3>Who is Gary Sirota?</h3>

Gary Sirota is the owner of a law group called Coast Law Group.

In one of his speeches, he asserted that the proposed Bajagua wastewater treatment plant is a beneficial solution because all contractual obligations must be met before service fee is due.

Read more about treatment plant

<em>brainly.com/question/20406569</em>

8 0
2 years ago
An engineer is trying to build a new measurement tool. Which step should the engineer complete first? A. Design a model of the t
JulijaS [17]

Answer:

B. Precisely define the problem that is to be solved.

Explanation:

Engineering can be defined as the scientific and technological principles that is used for the design, development, operation and control of tools, machines or equipments, structures and systems. These machines, tools, systems and structures are typically designed and developed for the purpose of solving peculiar problems relating to human life. Simply stated, engineering is focused on proffering solutions to real life problems through a design process.

<em>Generally, the design process comprises of series of steps used for the development of various tools, machines, structures and systems. In a chronological order, the basic steps of a design process are;</em>

1. Define the problem: to proffer a solution to any problem, you have to precisely define the problem that is to be solved. Therefore, this is the first step of the design process.

2. Conduct a research: the engineer should collect or gather data (informations) relating to the project.

3. Brainstorming and analysis of data: this is the stage where the engineer conceptualize his or her ideas.

4. Create a prototype or simulated model of the product.

5. Product analytics and test: this is where the product is being used and tested for any flaw, error or defects. Thus, troubleshooting is also required at this stage.

<em>Hence, if an engineer is trying to build a new measurement tool; the first step the engineer should complete is to precisely define the problem that is to be solved so as to have a good clear-cut understanding of the problem. </em>

8 0
3 years ago
What must engineers keep in mind so that their solutions will be appropriate? O abstract knowledge O context O scientists persev
Margaret [11]

Answer: Context

Explanation: It is always very important for an engineer to keep the context of his/her expirament in mind.

3 0
3 years ago
As you get older your muscles grow. True or False
xenn [34]

Answer:

True

Explanation:

This is a true fact because From the time you are born to around the time you turn 30, your muscles grow larger and stronger.

8 0
3 years ago
Read 2 more answers
Other questions:
  • The uniform dresser has a weight of 90 lb and rests on a tile floor for which the coefficient of static friction is 0.25. If the
    6·1 answer
  • Technician A says that you don’t need to use an exhaust extraction system when working on vehicles equipped with a catalytic con
    9·1 answer
  • The boiler pressure is 38bar and the condenser pressure 0.032 bar.The saturated steam is superheated to 420 oC before entering t
    8·1 answer
  • Block B starts from rest, block A moves with a constant acceleration, and slider block C moves to the right with a constant acce
    11·1 answer
  • An undeformed specimen of some alloy has an average grain diameter of 0.050 mm. You are asked to reduce its average grain diamet
    11·1 answer
  • Hi. I would like to know why one side of an island can get more rain (more rain forms), while the other gets less.
    15·2 answers
  • A 1/4" nut driver with a 1.52 inch diameter handle is used to install a 14" 6 UNC
    13·1 answer
  • A building permit allows a builder to?
    6·1 answer
  • Which of the following is a Dashboard Scoreboard for alignment of the business where information is constantly flowing through t
    5·1 answer
  • Which packet-forwarding method does a router use to make switching decisions when it is using a forwarding information base and
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!