TORONTO KIDS COMPUTER CLUB | admin
1
archive,paged,author,author-admin,author-1,paged-186,author-paged-186,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Author: admin

24 Jun PMCA Sunday 10:00 Practice -08.

Question 1: Write a program to print a multiplication table (a times table). At the start, it should ask the user which table to print. The output should look something like this: You probably used a for loop in your program in last homework. That’s how most people would do...

Read More

24 Jun Thursday Online Python Homework 06.20

Question 1 We are going to continue to work on the 'hero.db' database. Since we have already created a table called "heroes" in the database, we are going to add 2 more records in the table "heroes": Field name hero_level int_growth agi_growth str_growth hero_int hero_agi hero_str New record 1 Hercules 1 3.6 6 9.9 270 150 140 New record 2 Blade 1 10 18.5 14.5 40 28 39 Question 2: From all the records in...

Read More

18 Jun PMCA Sunday 10:00 Practice -07.

Question: Write a program to print a multiplication table (a times table). At the start, it should ask the user which table to print. The output should look something like this: Sample Input: Which multiplication table would you like? 5 Sample Output: Here’s your table: 5 x 1 = 5 5 x 2 =...

Read More