Welcome to my website! less than 1 minute read Welcome to my website, check here to view my past projects. def hello_there(name): print(f"Happy coding, {name}!") hello_there('Ken') #=> prints 'Happy coding, Ken' to STDOUT. Share on X Facebook LinkedIn Bluesky