write a python function printMessage() that accepts an argument called message, and an optional argument called name. It will print out the following format: code example
Example: how to make a function like print in python
#Print
print('This is a print function')