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
Please help !!! AP GOV
harkovskaia [24]

Answer:

sorry don't know it.

Explanation:

8 0
3 years ago
Which of these articulation devices do pianists use to play slurs? tenuto marcato rubato legato
densk [106]
There are many different types of articulations, each with a different effect on how the note is played but in music notation articulation marks include the "LEGATO".
3 0
2 years ago
Read 2 more answers
Through what two cell layers must gases diffuse to go from the alveoli to the plasma
PIT_PIT [208]
The two cell layers being referred from the question are a layer of alveolar cells and layer of endothelial cells. Gases must diffuse to these layers to proceed to the plasma. The layer of alveolar cells make up the alveolar wall while the layer endothelial cells consist the capillary wall.
7 0
3 years ago
Read 2 more answers
Which of the following is a type of public speaking
valkas [14]
Did the question come with examples? If so, you might want to add those so others can answer! (:
7 0
3 years ago
Will give brainliest to best answer!
Molodets [167]

Answer:

Africa and Europe

Explanation:

I think

6 0
3 years ago
Other questions:
  • Use implicit differentiation to find dy/dx if xy=ln (xcoty).
    11·1 answer
  • The biotechnology discipline which designs mathematical models for analyzing and relating sequential data is:
    7·1 answer
  • Help...!!!
    5·1 answer
  • Anyone know this I need help
    11·1 answer
  • How did the Robber Baron's and the industry they created reflect the image of the Gilded age?
    13·1 answer
  • Bhala indaba ngezidakamizwa
    5·1 answer
  • FRQ
    15·1 answer
  • Why is it important to have a good conscience​
    12·1 answer
  • Which of the following could be considered a long-term goal?
    9·2 answers
  • 2. Each of the following numbered processes are involved in signal transduction pathways:
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!