TORONTO KIDS COMPUTER CLUB | Uncategorized
1
archive,paged,category,category-uncategorized,category-1,paged-25,category-paged-25,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Uncategorized

26 May Monday 20:00 Python Practice 21.05.24.

Question 1:Use recursion to write a function has_digit  that consumes a string and produces True  if the string contains a digit (0 through 9) and False  otherwise. Hints: Make sure that you have a base case. Make sure to use the function on a shorter string. Before calling the function, first check to see...

Read More