First Post Jan 13, 2018 New year, new blog. def print_hi(name): print(f"Hi, {name}") print_hi('Hazel') #=> prints 'Hi, Hazel' to STDOUT.