All Conditional and loop programs using Python programming Language. I have used python 3.7 compiler for debugging purpose.
- Write a Python program to count the number of even and odd numbers from a series of numbers
- Write a Python program that accepts a word from the user and reverse it
- Write a Python program to find those numbers which are divisible by 7 and multiple of 5, between 1500 and 2700
- Write a Python program to convert temperatures to and from celsius, fahrenheit
- Write a Python program to get the Fibonacci series between 0 to 30
- Write a Python program that prints all the numbers from 0 to 10 except 2 and 8
- Write a Python program that accepts a string and calculate the number of digits and letters
- Write a Python program to check the validity of a password
- Write a Python program to check whether an alphabet is a vowel or consonant
- Write a Python program to convert month name to a number of days
- Write a Python program to create the multiplication table (from 1 to 10) of a number
- Write a Python program to calculate the sum and average of n integer numbers. Input 0 to finish
- Write a Python program to find the median of three values
- Write a Python program to sum of two given integers. if the sum is between 15 to 20 it will return 20