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

12 Feb Monday 17:00 Python Practice – 22.02.07.

Question 1: Create a list called “attributes” , it contains “HP”, “Attack”, “Defense”, “Special Attack”, “Special Defense”, “Speed” Modify the list above, replace “Special Attack” and “Special Defense” with “Magic” and “Stamina” Add “Special skills” in the end of the list Delete “Speed” from the...

Read More

06 Feb Friday 17:00 Python Homework 22.02.04

Question 1. Write a program that helps the user add up her change. The program should ask: “How many quarters?” “How many dimes?”  “How many nickels?” Then it should give the total value of the change Sample Input: How many quarters? 1 How many dimes? 2 How many nickels? 4 Sample Output: The total...

Read More