Question: PROBLEM 5: Bieber Fever Function Name: fever Parameters: message - a string you will infuse with Bieber Fever Return Value: None Description: You have the

PROBLEM 5: Bieber Fever Function Name: fever Parameters: message - a string you will infuse with Bieber Fever Return Value: None Description: You have the Bieber Fever. You must infect some strings with it. Write a function that prints a string but interrupts it every 10 characters with "BIEBER", with an extra at the end for good measure. Hint: use a loop using a range Test Cases: >>> fever ("I am just a string being infected.") I am just BIEBERa string bBIEBEReing infecBIEBERted. BIEBER >>> fever ("I don't yet have Bieber fever.") I don't yeBIEBERt have BieBIEBERber fever. BIEBER
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
