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 April 25 2024 5:45 pm

attachments [paper clip]

  last modified size
TXT future_values.py Thu Apr 25 2024 05:45 pm 629B