Question: Using python : Write a function with parameters word and size where word is a string and size is an integer value that defaults to
Using python :
Write a function with parameters word and size where word is a string and size is an integer value that defaults to 10. The function prints a string with size *'s, a space, the word, a space, and size *'s. ***** For example, calling with bob and 5 prints bob *****
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
