0% found this document useful (0 votes)
4 views1 page

Python Assignment 13

The assignment requires students to write a sample program using the Python Pygame library. The program should create a window with a white background, draw a blue circle in the center, and rectangular shapes in each corner. Students must submit their code along with a screenshot of the output window.

Uploaded by

saw.zarni8588
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Python Assignment 13

The assignment requires students to write a sample program using the Python Pygame library. The program should create a window with a white background, draw a blue circle in the center, and rectangular shapes in each corner. Students must submit their code along with a screenshot of the output window.

Uploaded by

saw.zarni8588
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Assignment 13 (30 marks)

Name : _______________

Date : ________________

Nick Name : ___________

Short Question

Write a sample program that utilizes python pygame library and creates a
window, fills the background with white, and draws a blue circle in the middle
of it and Rectangular shape in each corner.

Hint: You need to consider the XY coordinate and use proper width and height
in pixels.

The assignment has to submitted with a screenshot with your output


window and code.

Page 1

You might also like