CIS 115
Fundamentals of Programming
AC Chapin
ach
a
pin@h
ar
ford.e
du
please use the discussion boards in BlackBoard
unless you need a private response
(i.e. asking about a grade)
Office Hours MTWR 12:30-12:45 & 2:45-3:45 J07/J09/J135
FAQ
Python Language Reference
CLASSES & ASSIGNMENTS
only use concepts we have covered in class so far
indent lines inside structures like if and else, but line up if/else/endif
use double quotes around strings: "hello" is a string, hello is a variable
115 Notes: Variables & Expressions
115 Notes: Structures & Flowcharts
115 Notes: Conditionals
115 Notes: Loops
115 Notes: Arrays
115 Notes: Methods
115 Notes: Methods
115 Notes: Objects