Question: o complete this assignment, create a new file called lab 1 . py . This file should have a single function named generic _ hi
o complete this assignment, create a new file called labpy This file should have a single function named generichi
def sayhi:
return "Hello, world"
which takes one argument: a name to add to the return string:
Note that your function needs a default value world in this case to plug in to the return string if the user does not specify one.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
