Lecture 1 Next Lecture

Lecture 1, Tue 01/09

Introduction

Recorded Lecture: 1_9_24

Logistics

Installing Python and the Interactive Shell

Comments

# This is a single line comment.

'''
This is
a multi-line
comment
'''

"""
This works
too
"""

Some Basic Computer Terminology