All Conditional and loop programs using Python programming Language

All Conditional and loop programs using Python programming Language. I have used python 3.7 compiler for debugging purpose.

  1. Write a Python program to count the number of even and odd numbers from a series of numbers
  2. Write a Python program that accepts a word from the user and reverse it
  3. Write a Python program to find those numbers which are divisible by 7 and multiple of 5, between 1500 and 2700
  4. Write a Python program to convert temperatures to and from celsius, fahrenheit
  5. Write a Python program to get the Fibonacci series between 0 to 30
  6. Write a Python program that prints all the numbers from 0 to 10 except 2 and 8
  7. Write a Python program that accepts a string and calculate the number of digits and letters
  8. Write a Python program to check the validity of a password
  9. Write a Python program to check whether an alphabet is a vowel or consonant
  10. Write a Python program to convert month name to a number of days
  11. Write a Python program to create the multiplication table (from 1 to 10) of a number
  12. Write a Python program to calculate the sum and average of n integer numbers. Input 0 to finish
  13. Write a Python program to find the median of three values
  14. Write a Python program to sum of two given integers. if the sum is between 15 to 20 it will return 20

Leave a Comment