TORONTO KIDS COMPUTER CLUB | Aurora Wednesday 18:30
139
archive,paged,category,category-aurora-wednesday-1830,category-139,paged-5,category-paged-5,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Aurora Wednesday 18:30

16 Jan Aurora Wednesday 18:30 Python Practice 22.01.12.

Question 1: Use recursion to write a function divides_all that consumes a list of positive integers seq and a positive integer factor. Your function should produce True if every item in seq is a multiple of factor and False otherwise. The helper function is_multiple has been provided for you. Question 2: Use recursion to write a function reverse that consumes a list seq and produces a new...

Read More