# Homework 21, problem 1: Greet. # # Define a function greet(name) that prints "Hello, !". # Call it three times with three different names. # # Run with: python exercises/21/homework/01-greet.py # Your code goes here: