Tasneem Fatima
@tasneem
Published Projects
Python code for Pluto time in India
Pluto Time is the time on earth at which lighting conditions resemble those of daylight on Pluto. This program gives the Pluto time in India everyday.
Rhyming words code in python
This is a program that is designed to print Rhyming words for any given input word. The length of the rhyming word should also be mentioned by the user.
Python code to Guess the word by its meaning
As the title suggests, the code provides the user with the meaning of a random word and the user must guess the word or its synonym. The code has been written in Python language.
Semordnilap test in Python
The program tests if a given word is a Semordnilap or not. A Semordnilap is any word whose letters, when reversed, spell another word. Examples of such words are: live, swap, diaper etc.
Anagram generator in python
Here is a python code for generating anagrams for any given string. An anagram is any new meaningful word formed by rearranging the words in the given string.