Example of Code

def print_hi(name)
  print(f"Hi, {name}")
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.