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-86,page-paged-86,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

Blog

08 Mar Aurora Tuesday 18:30 Python Test 22.03.08.

1. Which of the following is NOT a correct variable name? a) heightOfTable2 b) 2tableHeight c) height_of_table2 d) HeiGhtOf2TaBle 2. Which of the following is correct answer to get the remainder for 8 / 3? a) 8 // 3 b) 8 % 3 c) 8 mod 3 d) int(8/3) 3. Which of the following will get the integer result for 8 / 3? a) 8 // 3 b) int(8 /...

Read More