Answer:
improving the current process before automating it
Answer:
def most_frequent_letter():
file = open("words","r")
dWords = {}
for line in file:
line = line.rstrip()
words = line.split(" ")
for word in words:
counts = {}
for c in word:
counts[c] = counts.get(c, 0) + 1
dWords[word] = max(counts, key=counts.get)
return dWords
print(most_frequent_letter())
Explanation:
the file used was words in txt format and its contents are as follows:
hello aamir jan khan
parallelogram abdullah
anaconda ali
pycharm notebook
Answer:
Outline view
Explanation:
This is a formatted window that shows all text, headers, and titles in a popup on the left side of the screen. Slide master shows all the slides but includes slide details such as inserted images and smart art.
Answer:
padna jana ta yarrr kasto this yarr