Intro
Programming
with
Python

Spring 2018
course
site

Feb 12

With my 2016 notes

I've attached the future_values.py that we did in class.

Please do (with help if you need it) get Zelle's graphics.py and use it to let you run one of his graphics programs such as

from graphics import *

def main():
    win = GraphWin("My Circle", 100, 100)
    c = Circle(Point(50,50), 10)
    c.draw(win)
    win.getMouse() # pause for click in window
    win.close()

main()
https://cs.marlboro.college /cours /spring2018 /python /notes /feb12
last modified Thu January 29 2026 1:38 am

attachments [paper clip]

  last modified size
TXT future_values.py Thu Jan 29 2026 01:38 am 629B