GitHub - Manju9072/pythonpractise: Practisprograms

Practisprograms

#CharacterString Takes name and age as an input, prints out a message when the persons turns 100.

#EvenOrOdd To check if entered number is even or odd and check if number is divisible by 4 also takes second number as input to check if it divived first numer evenly.

#ListWorkaround Check if the list has number less than 5 and check if the list contains number less thann the entered number.

#Divisor To find the divisor of the number and also find if the number is prime or not.

#ListComparnig Compair two lists and give back the results.

#String plindrom or not.