Menu

[solved]-Write Python Graphics Program Using Grphicspy Draws Following Shapes Window Size 220 X 150 Q39059851

Write a Python graphics program (using grphics.py) that drawsthe following shapes:

•    window size: 220 x 150 pixels with a windowtitle “CSC 110 QT #8 Summer’19”
•    big circle: 40 pixels radius with center at(100, 75)

•    two blue circles, 10 pixels radius; firstone at (70, 60) and (130, 60)

•    one red line from (80, 100) to (120,100)

•    Text in the window ‘CSC110 Rocks!’

Then answer this, what do you see? (make this a comment in yourcode)

Submit your code (as a Python module)

Attach your Python module when submitting this QT.

Expert Answer


Answer to Write a Python graphics program (using grphics.py) that draws the following shapes: • window size: 220 x 150 pixels wi… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *