Python Exercise 1 - Apni Dictionary

For example:

The user inputs the word : “programming”

The output will be:

 "the process of writing computer programs"

Your main focus should be towards writing a neat and efficient code, using only the knowledge from our previously done tutorials.

Comments

Popular posts from this blog

Pickle Module

Python File IO Basics