TORONTO KIDS COMPUTER CLUB | Friday 17:00 Python Practice 20.09.18.
18331
post-template-default,single,single-post,postid-18331,single-format-standard,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Friday 17:00 Python Practice 20.09.18.

23 Sep Friday 17:00 Python Practice 20.09.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.