In this post-lab you will demonstrate your understanding of how to print in Python and how to use escape sequences when printing.
Create a python program that when run prints the following:
The Black Knight said, "It's just a flesh wound."
$ python3 postlab1.py The Black Knight said, "It's just a flesh wound."