1. Use Python write code Write a function that returns the sum of all the integer numbers dividable by 3 that are smalle
Posted: Thu Jul 14, 2022 2:27 pm
1. Use Python write code
Write a function that returns the sum of all the integer numbersdividable by 3 that are smaller than a given integer number.
2. Write a function that gets a string argument andcapitalizes all the vowels in that string and returns theresult
3.Write a function that get a list of numbers as input, computesthe mean of those numbers, and subtracts the mean from each numberand returns the resulting list
Write a function that returns the sum of all the integer numbersdividable by 3 that are smaller than a given integer number.
2. Write a function that gets a string argument andcapitalizes all the vowels in that string and returns theresult
3.Write a function that get a list of numbers as input, computesthe mean of those numbers, and subtracts the mean from each numberand returns the resulting list