Wednesday, September 28, 2022

WEEK-3

 WEEK-3

Write a Python program that inputs a list of words, separated by white space, and outputs how many times each word appears in the list.

Program:

Output:



No comments:

Post a Comment

WEEK-11

 Write a program to implement Tree Traversal Algorithms  Preorder  Inorder  Postorder Program: Output: