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:
worm
Explanation:
Computer worm -
It is a malware program which is illegally or secretly added to the system of the host computer , and then further multiplies and spread to other computer , is known as a computer worm.
Worm can very cause a huge harm to the network of the computer.
Hence, from the given scenario of the question, the correct term for the given information is computer worm .
Answer:
1. Both Steve Jobs and Steve Wozniak raised $1000 by selling personal items, so that they could start Apple.
2. Steve Wozniak worked for Hewlett Packard designing calculators before starting Apple.
4. Steve Jobs never learned to code and primarily focused on design.
Explanation:
I just took the test.
Answer:
Is a process in which two or more metal items are joined together by melting
Explanation:
: )