< Back

Post Lab 1

In this post-lab you will demonstrate your understanding of how to print in Python and how to use escape sequences when printing.

Details

Create a python program that when run prints the following:

The Black Knight said, "It's just a flesh wound."

Example

$ python3 postlab1.py
The Black Knight said, "It's just a flesh wound."