Hi Everyone I'm new to coding and just starting working with functions and I can not figure out why line 17 is not running

You have defined the function but have not called it. To call it, you should have the line

myName()

after the function definition.

Thank you that really helped I was racking my brain to see what I was missing and I really appreciate your help