Intro to
Programming
(with Python)

Fall 2018
course
site

Tue Oct 30

First : midterm project show & tell

Second (depending on time) : start chapter 10, defining classes. (See my Thu notes.)

To get going on this week's work (assignment will be posted soon): read chapter 10


We actually looked at Thursday's notes, on objects, on Tuesday, and did the midterm show and tell on Thursday.

practice

Just for fun ...

"Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”." (wiki.c2.com/?FizzBuzzTest)

... code/fizzbuzz.py

https://cs.marlboro.college /cours /fall2018 /python /notes /midterms
last modified Sat April 20 2024 2:31 pm