Showing posts with label WEEK-3. Show all posts
Showing posts with label WEEK-3. Show all posts

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:



WEEK-11

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