TORONTO KIDS COMPUTER CLUB | Tuesday Python 18:30
145
archive,paged,category,category-tuesday-python-1830,category-145,paged-3,category-paged-3,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

Tuesday Python 18:30

06 Aug Tuesday Python Homework 18:30 – 22.08.02.

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