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
Hello. You forgot to add the necessary text to answer this question. The text is:
“There are hundreds of children here…only they’re on the other side of the fence.’ A silence followed this remark, but it wasn’t like a normal silence where it just happens that no one is talking. It was a silence that was very noisy.”
Answer:
Bruno refers to the silence as "noisy" because the silence was able to convey a message.
I did not go through any situation where the silence was awkward and heavy.
Explanation:
When Bruno states that the silence was noisy, he means that although nothing was being said, the silence passed a message and that was not a common message, it was a very clear message, easily understandable and a tense, frightening and negative message.
Situations in which the silence becomes noisy, are uncomfortable, stressful and fearful situations that cause people's anxiety and fear.
The correct answer is Humans and chimpanzees have DNA that is very similar because they both evolved from a common ancestor.
Explanation:
Both humans and chimpanzees are primates; this means both species belong to the same biological order (rank in taxonomy). Moreover, humans and chimpanzees share most of their DNA (around 99%). This indicates the two species are related and they evolved from the same ancestor. This implies a primate that existed million years ago (common ancestor) was the origin of these two species and due to this common ancestor they share most of their DNA; however, as both species changed separately the remaining DNA is different and this makes both species look and be different. According to this, the correct statement about the evolution of primates is "Humans and chimpanzees have DNA that is very similar because they both evolved from a common ancestor."