Answer:
Explanation:
The following python code loops through each line within a file called text.txt and counts all the words, then it divides this count by the number of sentences in the text file. Finally, output the average number of words per sentence.
f = open("text.txt", "r")
all_words = 0
sentences = 0
for x in f:
list = x.split(' ')
all_words += len(list)
sentences += 1
average = all_words / sentences
print("There are an average of " + str(average.__round__()) + " words in each sentence.")
Answer:
Access control
Explanation:
A computer network connects two or more computer devices to communicate and share resources. When computers or workstations in a network are connected, data can be directly transferred from a source to a target workstation.
In most cases in an enterprise network, there is a need to restrict access to certain information or resources, so access control protocols are used to secure sensitive information from unauthorized view.
The 3 customizations that can be done using the header/footer section in the customize reports tray are:
- One can customize the data, and also sum up that is add or delete columns, and also add or delete information on the header/footer.
<h3>What is the
customizations about?</h3>
In the case above, a person can also be able to personalize the font and style of the given report that they have.
Note that a lot of columns and filters differ for all kinds of report/group of reports and as such, The 3 customizations that can be done using the header/footer section in the customize reports tray are:
- One can customize the data, and also sum up that is add or delete columns, and also add or delete information on the header/footer,
Learn more about customizations from
brainly.com/question/3520848
#SPJ1
The answer to your question is,
D. Toggle Filter. You don't want to remove the filter, you just want to see the difference.
-Mabel <3