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
MatroZZZ [7]
3 years ago
15

I need a Python program that will read a data file, perform an analysis, and write the results to a separate file with a .txt ex

tension. The data is the September temperature anomalies from 1910 to 2020 in North America. I want the program to find the average temperature anomaly of each decade, find the decade with the lowest average anomaly, and the decade with the highest average anomaly. After that the program needs to write its results on a separate .txt file.
Here is the data:

1910,-0.21
1911,-0.08
1912,-0.86
1913,-0.94
1914,-0.19
1915,-0.51
1916,-0.37
1917,-0.07
1918,-0.90
1919,0.21
1920,0.00
1921,0.12
1922,0.32
1923,0.08
1924,-0.63
1925,0.27
1926,-0.65
1927,-0.01
1928,-0.59
1929,-0.42
1930,0.15
1931,1.07
1932,0.17
1933,0.52
1934,-0.78
1935,-0.20
1936,0.12
1937,0.47
1938,1.35
1939,0.30
1940,1.01
1941,-0.39
1942,-0.23
1943,-0.04
1944,0.39
1945,-0.34
1946,0.10
1947,0.11
1948,0.66
1949,0.01
1950,-0.05
1951,-0.07
1952,0.32
1953,0.38
1954,0.39
1955,0.02
1956,-0.48
1957,0.30
1958,0.23
1959,-0.03
1960,0.44
1961,-0.57
1962,-0.19
1963,0.45
1964,-0.62
1965,-1.44
1966,0.47
1967,0.38
1968,0.04
1969,-0.04
1970,-0.44
1971,-0.07
1972,-1.12
1973,0.12
1974,-1.08
1975,-0.50
1976,0.24
1977,0.46
1978,0.22
1979,0.41
1980,-0.16
1981,0.22
1982,-0.10
1983,0.06
1984,-0.94
1985,-0.61
1986,-0.43
1987,0.76
1988,0.01
1989,0.16
1990,0.79
1991,0.10
1992,-1.01
1993,-0.57
1994,0.58
1995,0.56
1996,-0.16
1997,1.24
1998,1.70
1999,0.37
2000,0.20
2001,1.11
2002,1.00
2003,0.60
2004,0.24
2005,1.15
2006,0.56
2007,0.57
2008,0.35
2009,1.49
2010,0.82
2011,1.41
2012,1.40
2013,1.39
2014,0.75
2015,1.51
2016,1.39
2017,1.41
2018,0.31
2019,1.72
2020,0.73
Computers and Technology
2 answers:
Over [174]3 years ago
8 0

Answer:

You can follow below approach to open file and read from it. myfile = open("/Users/David/Desktop/test. txt","r") #returns file handle myfile. read() # reading from the file myfile.

Explanation:

melamori03 [73]3 years ago
6 0

Answer:

Given the size and tremendous heat capacity of the global oceans, it takes a massive amount of heat energy to raise Earth’s average yearly surface temperature even a small amount. The 2-degree increase in global average surface temperature that has occurred since the pre-industrial era (1880-1900) might seem small, but it means a significant increase in accumulated heat. That extra heat is driving regional and seasonal temperature extremes, reducing snow cover and sea ice, intensifying heavy rainfall, and changing habitat ranges for plants and animals—expanding some and shrinking others.  

Explanation:

You might be interested in
Discuss the types of data that business might collect and how the business could use that data to drive decision-making in a spe
Rudik [331]

Answer:

Answered below

Explanation:

A business such as an online store like Amazon can collect user data like name, address, mouse clicks on products, how long users stay on page viewing a particular product, marital status, education and many more.

These data are used by these businesses to drive decision-making that enhances the sale of their goods. For instance, adverts and search alternatives about a particular good can be shown to people who have looked at them before. A newly married or pregnant woman would be shown baby products etc.

3 0
3 years ago
Explain what 10CLS program does and the write the output​
ludmilkaskok [199]
(CLS)


This text is being printed via the PRINT command."
On the next line, I'll use CLS, which will clear everything I just printed, so you won't even see the preceding text."
Also, you can't give CLS a line to PRINT; it won't actually do anything"
(CLS)
Finally, on line 80, I
3 0
2 years ago
Which of these statements about the truck driving occupation in the U.S. are accurate?
Airida [17]

Answer:

I'm unsure 38373672823

8 0
3 years ago
Read 2 more answers
The piece of hardware that contains the circuitry that processes the information coming into the computer and tells the other ha
Aleksandr-060686 [28]
The central processing unit
6 0
3 years ago
you need to configure a wireless network using wpa2-enterprise. which of the following components should be part of your design?
Iteru [2.4K]

Answer: AES encryption

802.1x

Explanation:

4 0
2 years ago
Other questions:
  • A network host with an IP address of 192.168.10.200 wants to send a message to a destination computer with an assigned IP addres
    6·1 answer
  • Rint "Censored" if userInput contains the word "darn", else print userInput. End with newline.
    11·1 answer
  • What is the full word of"VPN"?​
    15·2 answers
  • . A possible data for source that could be used when completing a mail merge could be a(n)… : *
    13·2 answers
  • write a program that calculates the total grade for N classroom exerices as a perfentage. the user should input the value for N
    11·1 answer
  • Which guideline should you follow when selecting the font for a presentation
    9·1 answer
  • Please Help!
    13·1 answer
  • If you delete a conversation many times with someone like this, will you stop receiving messages from them?
    13·1 answer
  • Bro i swear whenever i play fortnite duos, they ask you if you don't have a mic, if you don't then they just leave, so annoying
    15·2 answers
  • Tier 1 networks form the internet ____.​
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!