Answer:
Code is given as below:
Explanation:
def open_file():
fpointer = open('example.txt')
return fpointer
def main():
dictlist = []
dict_of_words = dict()
fp = open_file()
# loop to iterate over lines in file
for line in fp:
for word in line.split():
if(not dict_of_words.get(word)):
dict_of_words[word] = 1
else:
dict_of_words[word] += 1
for key, value in dict_of_words.items():
temp = (key.lower(), value)
dictlist.append(temp)
print(sorted(dictlist))
main()
Step 1.
Purchase Requlsition
Step 2.
Requisition Review
Step 3.
Solicibation process
Step 4.
C'valuation and process
Step 5.
Order Management
Step 6.
Involve approvals and disputes
Step 7.
Record Keeping
Explanation:
Hope it help
Answer:
Memory.
Hard Drive or Solid State Drive.
Video card.
Motherboard.
Processor.
Power Supply.
Monitor.
Keyboard and Mouse.
Explanation:
Explanation:
In general, when a program runs in text-based environment like command line interface, the program is used for determining the order in which things happen.
As the program runs, the user will not have any choice and he or she can enter the required data.
If the user enters the data in required format then, he/she can get the result or output in desired format.