TORONTO KIDS COMPUTER CLUB | Aurora Saturday 16:30 Python Homework 20.07.18.
17982
post-template-default,single,single-post,postid-17982,single-format-standard,ajax_fade,page_not_loaded,,no_animation_on_touch,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Aurora Saturday 16:30 Python Homework 20.07.18.

21 Jul Aurora Saturday 16:30 Python Homework 20.07.18.

Question 1:(if you did not do this question last week)

Draw the following picture in the pygame window: (could be different color)

Hint: using pygame.draw.circle


Question 2:

Draw below image using pygame. (could using different color)

Code to draw a rectangle is

pygame.draw.rect(screen,[red,blue,green],[x,y,width,height,0]

No Comments

Sorry, the comment form is closed at this time.