Question: 4. 1. Fix challenge 1 (python) Fix the broken code. It should output Hello, Mike. : # Input from the command line import sys name=
4. 1. Fix challenge 1 (python)
Fix the broken code. It should output "Hello, Mike". :
# Input from the command line import sys name= sys.argv[1]
# Your code goes here newString = 'Hello, ' name print (newstring)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
