Question: Write a function called printX that accepts two parameters: a String and an integer. Print out the String the amount of times equal to the
Write a function called printX that accepts two parameters: a String and an integer. Print out the String the amount of times equal to the passed integer.
>>> printX(hello,3)
>>> hellohellohello
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
