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 | Sun Dec 22 2024 05:37 am | 629B |