CPSC120A
Fundamentals of Computer Science I

Post-lab 1

Introduction to Linux and Python

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."

Submission

Submit your program as a .py file on the course Inquire page before class on Monday September 1st.