TORONTO KIDS COMPUTER CLUB | PMCA Friday Python CCC
101
archive,paged,category,category-pmca-friday-python-ccc,category-101,paged-9,category-paged-9,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

PMCA Friday Python CCC

22 May Friday Evening Python Homework 05.17.

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

16 Apr Friday Evening Python Homework 04.12.

Question: Modify the calculator code we made in the class, rewrite the following methods in the Calculator class, to make it full functional calculator: def changeOp(self, op): def changeSign(self): def addDecimal(self): def getResult(self): def numberUpdate(self, num): you can download the coding from the following link: please click and...

Read More