Question: (This is a Python Coding Question) Please write a function called sayHi that accepts a single argument: an integer value. This value will indicate the
(This is a Python Coding Question)
Please write a function called sayHi that accepts a single argument: an integer value. This value will indicate the number of times that your function should say "Hello!" Within the function, use a for loop that prints this greeting the specified number of times. "Return" doesn't need to be used.
(to be executed after solution):
sayHi(3)
sayHi(5)
sayHi(10)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
