You have to program several functions. In each case, few lines of code are enough.
Scoring
Every function counts 20 points.
>>> vowel_consonant("SpartacUs") (3, 6) >>> delete_digits("#Pelham 1-2-3#") #Pelham --# >>> switch("#Pelham 1-2-3#") #pELHAM 1-2-3# >>> countdown(7) 7 6 5 4 3 2 1 0 >>> powers_of_2(6) 1 2 4 8 16 32