Question: I supposed to use loop to complete this. How do i do this ? In Python please. Write a function called print_bump(size) that takes an

I supposed to use loop to complete this. How do i do this ?
In Python please.
Write a function called print_bump(size) that takes an integer parameter ize and prints a line of stars in a bump shape of that size, as shown in the examples below. The bump size is the length of the longest output line, which consists of size 1) spaces and a single star (asterisk). For example: Test Result print_bump (1) print_bump (2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
