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

26 Feb Tuesday 7:30 Python Practice – 22.02.22.

Question: You supervise a small parking lot which has N parking spaces. Yesterday, you recorded which parking spaces were occupied by cars and which were empty. Today, you recorded the same information. How many of the parking spaces were occupied both yesterday and today? Input Specification: The first line of input contains the...

Read More

26 Feb javascript

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <script type="text/javascript" src="./scripts/jsb-global.js"></script> <script type="text/javascript" src="./scripts/solar_quiz.js"></script> <title>Document</title> </head> <body> <div class='quiz-container' id='quiz'> <div class='quiz-body'> <h2 id='question'>Question Text:</h2> ...

Read More