On Wed, Oct 28, 2015 at 11:09 AM, Zachary Ware
<[email protected]> wrote:
> assert remove_vowels('Did It work? Looks like.') == 'Dd t wrk? Lks Lke.'
Of course I typo'd here (that's what you get for not testing!): there
should be no final 'e' and the last 'L' should be lower-case.
assert remove_vowels('Did It work? Looks like.') == 'Dd t wrk? Lks lk.'
--
Zach
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor