TORONTO KIDS COMPUTER CLUB | archives
141
archive,paged,category,category-archives,category-141,paged-7,category-paged-7,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

archives

09 Jul Aurora Monday 18:30 Python Homework 20.07.06.

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

10 Jun Aurora Saturday 16:30 Python Homework 20.06.06.

Question: Write a function to calculate the total value of some change—quarters, dimes, nickels, and pennies. The function should return the total value of the coins. Then write a program that calls the function. The output should look like this when it runs: Sample input: quarters: 3 dimes: 6 nickels: 7 Sample output: total is $1.70 Class review: ...

Read More