Question: 1. Python In your repo, you'll find a template file named HelloWorld.py . Modify the function HelloWorld() so that it takes a string name as


1. Python In your repo, you'll find a template file named HelloWorld.py . Modify the function HelloWorld() so that it takes a string name as an input argument and returns the string "Hello !" For example: If the input is "John Doe", the function should return "Hello John Doe!" 1 def HelloWorld(): 2 3 4 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
