hi there ,,,
im new to this forums and i really need somehelp in paython as i've got this homework and i need somehelp with it !! ,,, and im so stuck in it !
1.Write a function to find average of a series of numbers entered by the user.
•The function should first prompt the user for how many numbers are to be processed.
•It should then print the average of the numbers entered by the user.
2.Write a function that will take ten character string as a parameter and will display following in the screen
•If the parameter consists of more than 10 letters it will display a message that string length is larger than ten characters and will give option to the user for entering new words.
•It will get every even letters of that string and print them.
•It will reverse the letters of the word and print.
3.Using math library write a function which will have following functionality
•It will ask for two inputs from user, where one of them is string and the other one is a float number.
•It will get the length of the string and produce the cubic product of it. In addition it will display it.
•Function will get the integer value of entered float number and square it. In addition it will display it.
•Finally it will divide the cubic number by square number and prints triangle made of ‘#’.
PLEASE HELP ME :(