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()
last modified | size | ||
future_values.py | Fri Jan 24 2025 05:32 pm | 629B |