Question: using python write the code below . (please do at a beginners level please don't add anything to intricate!!) write out pseudo code first, and

using python write the code below .

(please do at a beginners level please don't add anything to intricate!!)

using python write the code below . (please do at a beginners

write out pseudo code first, and then go back in and fill in the actual code, leaving the pseudo code as your comments. Update the function named author so that it returns your own username. Write a function named turtle_shape_angle that takes in one parameter, a non-negative integer n that will represent the number of sides in the desired regular polygon. Your function should return the value of the interior angle required for that polygon. ex: If n 4, then the value of the angle returned should be 90. Write a function named count_divisible that has two parameters, non-negative integers n and m. Your function should return the count of the numbers between 1 and n that are divisible by m. So if n 7 and m-7, the count returned will be 1 0. 1. 2. 3. Write a function named print_random_numbers that has one parameter, a non-negative integer n. Your code should generate and print n random numbers between 0 and 1. Each number should be printed on its own line with descriptive text. The function should not return anything. ex: For the case of n 3 you could have the following printed to the shell Random number 1-0.235 Random number 2 0.390932 Random number 3 .999938 4. Write a function named favorite_food that has no inputs. The function should ask the user what their favorite food is using the input function and then return a string with the value of the user's favorite food

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!