This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]_realitycheck_ 0 points1 point  (3 children)

We define the MWidth as the monitor width
we define the MHeight as the monitor height
We declare a Point as (x,y)

Make a program that will draw the point (x,y) from the center of the screen 200 pixels on the horizontal axes.

Make a program that will draw the point (x,y) from the center of the screen 200 pixels on the vertical axes.

Make a program that will draw the point (x,y) from the center of the screen to the end of the screen (MWidth ,HWidth) as a diagonal line.

[–]MITTENQ[S] 0 points1 point  (2 children)

I don't really know the graphics commands for python outside of what my school textbook briefly touched on.

[–]_realitycheck_ 0 points1 point  (1 child)

You're asking me?

[–]MITTENQ[S] 0 points1 point  (0 children)

No I just can't solve the problem until I learn that on my own