Instead of writing “Hello Jamie” I create a string variable of myName for Jamie and in the print function I added…
print("Hello " + myName);
Nothing too fancy but just being open minded on how to tackle the challenges and apply different ways I know to achieve the challenge.