You have to program several functions. In each case, few lines of code are enough.
Scoring
Every function counts 20 points.
>>> drawH(5) * * * * ***** * * * * >>> area_circle(2.5) 19.63 >>> slow_pi_aprox(50) 3.16 >>> is_univariate_number(22322) False >>> is_univariate_word("xxXxXXx") True