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
allsm [11]
2 years ago
9

8.4.11: Take a Thing Out, Sort It and Reverse It

Advanced Placement (AP)
1 answer:
Tom [10]2 years ago
6 0

The remove_sort_reverse function takes a list, removes all "s" in the list elements, sorts and then reverses the remaining elements

<h3>The actual program</h3>

The program in Python, where comments are used to explain each line is as follows:

#This defines the function

def remove_sort_reverse(myList):

   #This iterates through the list

   for i in range(len(myList)):

       #This removes all the s in the list elements

       myList[i] = myList[i].replace("s","")

   #This sorts and reverses the list elements

   myList.sort(reverse=True)

   #This returns the updated list

   return(myList)

Read more about Python functions at:

https://brainly.in/question/10211834

You might be interested in
The Constitution's preservation of state governments is accomplished through __________.
nirvana33 [79]
The Constitution's preservation of state governments is accomplished through <span>Federalism.</span>
5 0
3 years ago
Read 2 more answers
Which of the following practices are likely to be part of a sustainable society?
Tems11 [23]
I and III only. I assume this is APES. Recycling old products reduces the usage of materials by using old ones and planting a new tree to replace every tree cut down would allow the world to continue economic developments while not exhausting forestry. II is wrong because if every adult had 3 children then a family would have 6 children and more children = more resources
3 0
3 years ago
Identify 3 regions/countries of Europe in which Indo-European languages do NOT predominate
Sliva [168]

3 regions/countries of Europe in which Indo-European languages do NOT predominate are :

Uralic languages are spoken in:

Estonia: Estonian

Finland: Finnish and Swedish

Hungary: Hungarian

Explanation :

  • The Uralic or Uralian language family consists of 38 languages spoken by approximately 25 million people, predominantly in Northern Eurasia
  • Uralic is a large and diverse family of languages spoken in northern and eastern Europe and northwestern Siberia. Among the better-known Uralic languages are Finnish, Estonian, and Hungarian.
  • The most demographically important Uralic language is Hungarian, the official language of Hungary.
  • Two other Uralic languages, Estonian and Finnish are also spoken by millions.
  • Indo-European divided into different branches because of isolation of different speakers. Basque is the only non-Indo-European language currently spoken in Europe.
  • Finnish, Hungarian and Estonian belong to the Uralicfamily, and Basque  has no genetic relation to any other language.
4 0
3 years ago
Answer questions 1–8 in "Questions for Discussion" on pp. 777–78 of The Language of Composition. (2nd edition: Answer questions
snow_lady [41]

Answer:1.At that time, Ireland was in social conditions of overpopulation and uncontrolled poverty. These major issues in the economy of the country prompted Swift to write this satiric proposal.

2.A modern audience would become skeptical in a way that they will see this as an exaggerated means for a solution. However, they will also see the sense of it as they will compare it to the modern era of economic inconsistency and incapability.

3.The fourth could be considered the most sardonic as it greatly hits parents who cannot control themselves from reproducing but cannot produce a life for their child

4.The fourth could be considered the most sardonic as it greatly hits parents who cannot control themselves from reproducing but cannot produce a life for their child

5.Swift's purpose of using a provocative approach is to provoke and evoke emotions and in the process, elicit proper and feasible solutions from the audience.

6.Personally, I don't see it as as Swift's own belief but as his way of enlightening the audience on what is truly happening with women and families.

7.The word "proposal" is very catchy in a way that people always wanted to seek for solutions and ways to answer to a problem but are often tired and lazy to have their own ideas.

8.Swift hoped to bring about awareness and ignite the people to not just observe, but also take the necessary action to make their society a better place to live in.

Explanation: i used slader

3 0
3 years ago
Which one of the following tools would be provided to construction electricians by an electrical contractor?
LenaWriter [7]

IT should be <u><em>C. SCREDEIVERS</em></u>

5 0
3 years ago
Other questions:
  • Thea making a copy of an angle. The original angle will be labeled S and the new angle will be labeled T. She has just finished
    8·1 answer
  • This is for my microeconomics class someone pls help
    9·1 answer
  • I need help understanding and working this out
    6·1 answer
  • Bago umusbong ang mga kamalayang nasyonalismo sa mga pilipino​
    8·1 answer
  • Julia can make a key chain in 1 minute and 35 seconds. At this rate, which Is closest to the amount of time she will need to mak
    7·1 answer
  • Explain the degree to which the von Thunen model in 1826 differs from the agricultural land-use patterns today.​
    10·2 answers
  • Who is Narendra modi only indians<br>mark as BRAINLIEST answer​
    11·2 answers
  • A synonym is a word that has the same meaning as another word.
    8·1 answer
  • A student crested a model to show the flow of energy in a terrestrial ecosystem.
    7·1 answer
  • All changes saved
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!