Question: How do i do this in python? 3. Function One: hello Specification The first function you will write should be called 'hello'. Your function should
How do i do this in python?
3. Function One: hello Specification The first function you will write should be called 'hello'. Your function should take one (1) argument (recall arguments are the inputs to functions), a string. The function should return one (1) string formatted as follows: 'Hello , it is nice to meet you! I like the name .' Where name is the is the value of the input variable passed into your function. Pay attention to spacing, capitalization, and punctuation. A single mistake will result in 0 points for this function. Notice there is NO space after the final period. There are NO double spaces, only single spaces. Example Test Case: hello('Bob') returns Hello Bob, it is nice to meet you! I like the name Bob.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
