#100DaysOfCode - Day 8
Today's lessons were based around the use of functions, adding parameters and using the arguments. Starting with a simple add in a couple of parameters that log to console messages.
# use_parameter.py
def say_hi_to(name, location):
print(f'Hi t...
vchealy.hashnode.dev3 min read