>>> from count import count_up_low >>> count_up_low('ATENEA is the UPC Virtual Campus') (11, 16) >>> count_up_low("Barcelona, Paris, London ... I have to choose one.") (4, 32)