Welcome to my website!
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.
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.