Answer:
In Python:
import os.path
from os import path
fname = input("Filename: ")
if path.exists(fname):
with open(fname) as file_in:
lines = []
for line in file_in:
lines.append(line.rstrip('\n'))
f = open("stat.txt","r+")
f.truncate(0)
f = open("stat.txt", "a")
f.write("Names\tTotal\tSubjects\tAverage\n")
for i in range(len(lines)):
rowsum = 0; count = 0
nm = lines[i].split()
for j in nm:
if (j.isdecimal()):
count+=1
rowsum+=int(j)
average = rowsum/count
f.write(nm[0]+"\t %3d\t %2d\t\t %.2f\n" % (rowsum, count, average))
f.close()
else:
print("File does not exist")
Explanation:
See attachment for explanation where comments were used to explain each line
Answer:
ummm what does this have to do with school work?
Explanation:
The <u>clickstream </u>is a type of internet monitoring technique records information about a customer during a web surfing session, such as what websites were visited and how long the visit was, what ads were viewed, and what was purchased.
<h3>What is the meaning of clickstream?</h3>
The clickstream data is known to be a kind of information that is said to be obtained about a user if and when they browse via a website or they are known to have used a web browser.
Note that the Clickstream analytics is seen as the act of tracking, evaluating and reporting data on a given pages that a said user visits and user behavior that is done when they were on a webpage.
Hence, The <u>clickstream </u>is a type of internet monitoring technique records information about a customer during a web surfing session, such as what websites were visited and how long the visit was, what ads were viewed, and what was purchased.
Learn more about internet monitoring technique from
brainly.com/question/14723222
#SPJ1
Answer:
D. Ionic framework
Explanation:
Out of all mentioned above, the best for developing the progressive app is certainly the Ionic. This is because it is an open-source, hybrid mobile app, cross-platform, and comes with the services and tools that are required for developing the app using web technologies like HTML5, Sass, and CSS. And Ionic happens to be the cheapest of all the framework mentioned above. Hence, it is the correct option. You can load your app on almost all the major app stores, and this is the biggest advantage with Ionic.
Answer:
Cutting, shaping, and fastening wood.
Installing rafters, joists, windows, and subflooring.
Setting hardwood floors.
Building kitchen cabinets.