TORONTO KIDS COMPUTER CLUB | Blog
1815
paged,page-template,page-template-blog-large-image,page-template-blog-large-image-php,page,page-id-1815,paged-231,page-paged-231,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Blog

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]...

Read More

21 Jul Aurora Saturday 14:30 Python Practice 20.07.18.

Question 1: We have learned infix, prefix and postfix, please write the missing prefix and postfix in the table blow: infix prefix postfix A+B +AB AB+ A+B*C +A*BC ABC*+ (A+B)*C *+ABC AB+C* A+B*C+D ++A*BCD ABC*+D+ (A+B)*(C+D)     A*B+C*D     A+B+C+D     Question 2: Today in gym class, your class decided to play dodgeball, and Jack is selected as one of the team captains! N students are lined up in a row,...

Read More