ok I have to do the what is on this page http://www.rschooltoday.com/school15...dice_class.doc
and i have no idea how to go about it. We use this graphics thing, here i will post it. I am suposed to do what that says, but i cat figure this one out. i will also post what i have as well. heres the graphics thing...
here is what i have sofar... its not a lot i can tell you lol...
from graphics import *
win = GraphWin()
win.setCoords(0 ,0,10,10)
r = Rectangle(Point (0,0),Point(10, 10))
r.draw(win)
i am just really not grasping this one, i missed a few days so i have no idea where to go/what to do...
*edit* sorry about that, i did not realize you could do that this should make it easyer to read now lol
and i have no idea how to go about it. We use this graphics thing, here i will post it. I am suposed to do what that says, but i cat figure this one out. i will also post what i have as well. heres the graphics thing...
here is what i have sofar... its not a lot i can tell you lol...
from graphics import *
win = GraphWin()
win.setCoords(0 ,0,10,10)
r = Rectangle(Point (0,0),Point(10, 10))
r.draw(win)
i am just really not grasping this one, i missed a few days so i have no idea where to go/what to do...
*edit* sorry about that, i did not realize you could do that this should make it easyer to read now lol
Comment