python

Python program to calculate mean & standard deviation of user input numbers.​

CLICK HERE

Python program that takes an integer and prints all numbers forward & backward, and prints sum of odd & even numbers.

CLICK HERE

Python program to calculate a vehicle's hourly traveled distance by the given speed and total hours.

CLICK HERE

Python program to generate random weight and print the shipping rate and charge by selection statement.

CLICK HERE

Python program that takes a string and count the number of vowels and replace them with '*' character.

CLICK HERE

Python program that asks the user to enter 5 integers and stores them in list L. Then, a function is created that takes list L and prints list L and all even numbers and odd numbers in the list L.

CLICK HERE