New year, new blog.

def print_hi(name):
  print(f"Hi, {name}")


print_hi('Hazel')
#=> prints 'Hi, Hazel' to STDOUT.